public static interface SecurityControl.Role
Modifier and Type | Method and Description |
---|---|
Set<TopicPermission> |
getDefaultTopicPermissions()
Returns the set of default topic 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.
|
String |
getName()
Returns the role name.
|
Map<String,Set<TopicPermission>> |
getTopicPermissions()
Returns a map of topic path to topic permission assignments for the
role.
|
String getName()
Set<GlobalPermission> getGlobalPermissions()
Set<TopicPermission> getDefaultTopicPermissions()
Map<String,Set<TopicPermission>> getTopicPermissions()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.