public interface SecurityPermissionSet extends Serializable
Property defaultAllowAll()
specifies whether to allow or deny
cache and task operations if they were not explicitly specified.
Modifier and Type | Method and Description |
---|---|
Map<String,Collection<SecurityPermission>> |
cachePermissions()
Map of cache names to cache permissions.
|
boolean |
defaultAllowAll()
Flag indicating whether to allow or deny cache and task operations
if they were not explicitly specified.
|
Map<String,Collection<SecurityPermission>> |
servicePermissions()
Map of service names to service permissions.
|
Collection<SecurityPermission> |
systemPermissions()
Collection of system-wide permissions (events enable/disable, Visor task execution).
|
Map<String,Collection<SecurityPermission>> |
taskPermissions()
Map of task names to task permissions.
|
Collection<SecurityPermission> |
tracingPermissions()
Collection of tracing permissions.
|
boolean defaultAllowAll()
True
to allow all cache task operations if they were
not explicitly specified, false
otherwise.Map<String,Collection<SecurityPermission>> taskPermissions()
Map<String,Collection<SecurityPermission>> cachePermissions()
Map<String,Collection<SecurityPermission>> servicePermissions()
Collection<SecurityPermission> tracingPermissions()
Collection<SecurityPermission> systemPermissions()
null
if none).
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025