Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.client.features.control.clients |
Client API : Client Control Features.
|
com.pushtechnology.diffusion.client.types |
Client API : Common Types.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Set<GlobalPermission>> |
Security.getGlobalPermissions()
Query the global permissions assigned to the calling session.
|
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 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 © 2022 Push Technology Ltd. All Rights Reserved.