| Package | Description | 
|---|---|
| com.gigaspaces.security | 
 Security 
 | 
| com.gigaspaces.security.authorities | 
 Security Authorities 
 | 
| com.gigaspaces.security.directory | 
 Security Directory 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Authority | 
AuthorityFactory.create(String authority)
Creates an  
Authority instance out of its String representation getAuthority(). | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalAuthority
An internal API extension to the default  
Authority adding privilege associations. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GridAuthority
Defines an Authority for managing grid services, with the specified privilege. 
 | 
class  | 
MonitorAuthority
Defines an Authority for monitoring a service, with the specified privilege. 
 | 
class  | 
PopulatedRoleAuthority
A role authority which holds all the authorities this role represents. 
 | 
class  | 
RoleAuthority
Defines an association of a role by-name. 
 | 
class  | 
SpaceAuthority
Defines an Authority for operating on Space (stored) data, with the specified privilege. 
 | 
class  | 
SystemAuthority
Defines an Authority for managing of users and roles. 
 | 
| Constructor and Description | 
|---|
GrantedAuthorities(Authority[] authorities)  | 
PopulatedRoleAuthority(String role,
                      Authority[] authorities)
Constructs a role authority with all the authorities this role represents. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Authority[] | 
RoleDetails.getAuthorities()
Returns the granted authorities granted to the role. 
 | 
Authority[] | 
Role.getAuthorities()  | 
Authority[] | 
UserDetails.getAuthorities()
Returns the granted authorities granted to the user. 
 | 
Authority[] | 
User.getAuthorities()  | 
| Constructor and Description | 
|---|
Role(String role,
    Authority... authorities)  | 
User(String username,
    String password,
    Authority... authorities)  | 
Copyright © GigaSpaces.