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<TopicPermission>> |
Security.getPathPermissions(String path)
Deprecated.
since 6.5. Use
Security.getPermissionsForPath(String) instead. |
Modifier and Type | Method and Description |
---|---|
Set<TopicPermission> |
SecurityControl.Role.getDefaultTopicPermissions()
Deprecated.
since 6.5. Use
SecurityControl.Role.getDefaultPathPermissions()
instead. |
Map<String,Set<TopicPermission>> |
SecurityControl.Role.getTopicPermissions()
Deprecated.
since 6.5. Use
SecurityControl.Role.getPathPermissions() instead. |
Modifier and Type | Method and Description |
---|---|
SecurityControl.ScriptBuilder |
SecurityControl.ScriptBuilder.setDefaultTopicPermissions(String role,
Set<TopicPermission> permissions)
|
SecurityControl.ScriptBuilder |
SecurityControl.ScriptBuilder.setTopicPermissions(String role,
String path,
Set<TopicPermission> permissions)
|
Modifier and Type | Method and Description |
---|---|
static TopicPermission |
TopicPermission.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TopicPermission[] |
TopicPermission.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.