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<GlobalPermission> |
SecurityControl.Role.getGlobalPermissions()
Returns the set of global permissions assigned to the role.
|
Modifier and Type | Method and Description |
---|---|
SecurityControl.ScriptBuilder |
SecurityControl.ScriptBuilder.setGlobalPermissions(String role,
Set<GlobalPermission> permissions)
Sets the global permissions to be assigned to a named role.
|
Modifier and Type | Method and Description |
---|---|
static GlobalPermission |
GlobalPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalPermission[] |
GlobalPermission.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.