Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.clients |
Unified API - Client Control Features.
|
com.pushtechnology.diffusion.client.types |
Unified API - Common Types.
|
Modifier and Type | Method and Description |
---|---|
Set<TopicPermission> |
SecurityControl.Role.getDefaultTopicPermissions()
Returns the set of default topic permissions assigned to the role.
|
Map<String,Set<TopicPermission>> |
SecurityControl.Role.getTopicPermissions()
Returns a map of topic path to topic permission assignments for the
role.
|
Modifier and Type | Method and Description |
---|---|
SecurityControl.ScriptBuilder |
SecurityControl.ScriptBuilder.setDefaultTopicPermissions(String role,
Set<TopicPermission> permissions)
Sets the default topic permissions to be assigned to a named role.
|
SecurityControl.ScriptBuilder |
SecurityControl.ScriptBuilder.setTopicPermissions(String role,
String topicPath,
Set<TopicPermission> permissions)
Sets specific topic permissions to be assigned for a named role.
|
Modifier and Type | Method and Description |
---|---|
static TopicPermission |
TopicPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicPermission[] |
TopicPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.