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<TopicPermission> |
getDefaultTopicPermissions()
Deprecated.
since 6.5. Use
getDefaultPathPermissions()
instead. |
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.
|
Map<String,Set<TopicPermission>> |
getTopicPermissions()
Deprecated.
since 6.5. Use
getPathPermissions() instead. |
String getName()
Set<GlobalPermission> getGlobalPermissions()
Set<PathPermission> getDefaultPathPermissions()
@Deprecated Set<TopicPermission> getDefaultTopicPermissions()
getDefaultPathPermissions()
instead.Map<String,Set<PathPermission>> getPathPermissions()
@Deprecated Map<String,Set<TopicPermission>> getTopicPermissions()
getPathPermissions()
instead.Set<String> getIncludedRoles()
Copyright © 2022 Push Technology Ltd. All Rights Reserved.