public interface GridSecurityPermissionSet 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<GridSecurityPermission>> |
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.
|
Collection<GridSecurityPermission> |
systemPermissions()
Collection of system-wide permissions (events enable/disable, Visor task execution).
|
Map<String,Collection<GridSecurityPermission>> |
taskPermissions()
Map of task names to task permissions.
|
boolean defaultAllowAll()
True
to allow all cache task operations if they were
not explicitly specified, false
otherwise.Map<String,Collection<GridSecurityPermission>> taskPermissions()
Map<String,Collection<GridSecurityPermission>> cachePermissions()
@Nullable Collection<GridSecurityPermission> systemPermissions()
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015