public class GridAllowAllPermissionSet extends Object implements GridSecurityPermissionSet
| Constructor and Description |
|---|
GridAllowAllPermissionSet() |
| 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.
|
String |
toString() |
public boolean defaultAllowAll()
defaultAllowAll in interface GridSecurityPermissionSetTrue to allow all cache task operations if they were
not explicitly specified, false otherwise.public Map<String,Collection<GridSecurityPermission>> taskPermissions()
taskPermissions in interface GridSecurityPermissionSetpublic Map<String,Collection<GridSecurityPermission>> cachePermissions()
cachePermissions in interface GridSecurityPermissionSetpublic Collection<GridSecurityPermission> systemPermissions()
systemPermissions in interface GridSecurityPermissionSetCopyright © 2014. All rights reserved.