Package | Description |
---|---|
com.gigaspaces.security.authorities |
Security Authorities
There are four categories of user authorities.
|
Modifier and Type | Class and Description |
---|---|
static class |
GridAuthority.GridPrivilege
Defines managing services privileges
|
static class |
MonitorAuthority.MonitorPrivilege
Defines monitoring privileges
|
static class |
RoleAuthority.RolePrivilege
Empty placeholder for Role privilege (part of authority format)
|
static class |
SpaceAuthority.SpacePrivilege
Defines operation privileges
|
static class |
SystemAuthority.SystemPrivilege
Defines 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
true if has been granted the required privilege, disregarding any
classname filters of a SpaceAuthority . |
boolean |
GrantedAuthorities.isGranted(Privilege privilege,
Object object)
Evaluates to
true if has been granted the required
privileges to access the specified object. |
Copyright © GigaSpaces.