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<PathPermission>> |
Security.getPermissionsForPath(String path)
Query the path permissions assigned to the calling session on a given
path.
|
Modifier and Type | Method and Description |
---|---|
Set<PathPermission> |
SecurityControl.Role.getDefaultPathPermissions()
Returns the set of default path permissions assigned to the role.
|
Map<String,Set<PathPermission>> |
SecurityControl.Role.getPathPermissions()
Returns a map of path to path permission assignments for the
role.
|
Modifier and Type | Method and Description |
---|---|
SecurityControl.ScriptBuilder |
SecurityControl.ScriptBuilder.setDefaultPathPermissions(String role,
Set<PathPermission> permissions)
Sets the default path permissions to be assigned to a role.
|
SecurityControl.ScriptBuilder |
SecurityControl.ScriptBuilder.setPathPermissions(String role,
String path,
Set<PathPermission> permissions)
Sets specific path permissions to be assigned for a role for a path.
|
Modifier and Type | Method and Description |
---|---|
static PathPermission |
PathPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathPermission[] |
PathPermission.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.