public static interface SecurityControl.Role
Modifier and Type | Method and Description |
---|---|
Set<PathPermission> |
getDefaultPathPermissions()
Returns the set of default path permissions assigned to the role.
|
Set<GlobalPermission> |
getGlobalPermissions()
Returns the set of global permissions assigned to the role.
|
Set<String> |
getIncludedRoles()
Returns a set of roles included within the role.
|
Optional<String> |
getLockingPrincipal()
Returns an
Optional , if the role is locked this will return
the name of the principal that can update the role. |
String |
getName()
Returns the role name.
|
Map<String,Set<PathPermission>> |
getPathPermissions()
Returns a map of path to path permission assignments for the
role.
|
String getName()
Set<GlobalPermission> getGlobalPermissions()
Set<PathPermission> getDefaultPathPermissions()
Map<String,Set<PathPermission>> getPathPermissions()
Set<String> getIncludedRoles()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.