| Package | Description | 
|---|---|
| com.gigaspaces.security.authorities | Security Authorities
There are four categories of user authorities. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GridAuthority.GridPrivilegeDefines managing services privileges | 
| static class  | MonitorAuthority.MonitorPrivilegeDefines monitoring privileges | 
| static class  | RoleAuthority.RolePrivilegeEmpty placeholder for Role privilege (part of authority format) | 
| static class  | SpaceAuthority.SpacePrivilegeDefines operation privileges | 
| static class  | SystemAuthority.SystemPrivilegeDefines monitoring privileges | 
| Modifier and Type | Method and Description | 
|---|---|
| Privilege | GridAuthority. getPrivilege() | 
| Privilege | InternalAuthority. getPrivilege()A granted privilege associated with this Authority. | 
| Privilege | MonitorAuthority. getPrivilege() | 
| Privilege | SpaceAuthority. getPrivilege() | 
| Privilege | SystemAuthority. getPrivilege() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | GrantedAuthorities. isGranted(Privilege privilege)Evaluates to  trueif has been granted the required privilege, disregarding any
 classname filters of aSpaceAuthority. | 
| boolean | GrantedAuthorities. isGranted(Privilege privilege,
         Object object)Evaluates to  trueif has been granted the required
 privileges to access the specified object. | 
Copyright © GigaSpaces.