| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authority | |
|---|---|
| com.gigaspaces.security | Security GigaSpaces security is used to secure numerous demanding environments at different levels of security. | 
| com.gigaspaces.security.authorities | Security Authorities There are four categories of user authorities. | 
| com.gigaspaces.security.directory | Security Directory The security directory (storing users and roles) is managed by the Directory Manager. | 
| Uses of Authority in com.gigaspaces.security | 
|---|
| Methods in com.gigaspaces.security that return Authority | |
|---|---|
static Authority | 
AuthorityFactory.create(String authority)
Creates an Authority instance out of its String representation
 getAuthority(). | 
| Uses of Authority in com.gigaspaces.security.authorities | 
|---|
| Subinterfaces of Authority in com.gigaspaces.security.authorities | |
|---|---|
 interface | 
InternalAuthority
An internal API extension to the default Authority adding privilege associations. | 
| Classes in com.gigaspaces.security.authorities that implement Authority | |
|---|---|
 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.  | 
| Constructors in com.gigaspaces.security.authorities with parameters of type Authority | |
|---|---|
GrantedAuthorities(Authority[] authorities)
 | 
|
PopulatedRoleAuthority(String role,
                       Authority[] authorities)
Constructs a role authority with all the authorities this role represents.  | 
|
| Uses of Authority in com.gigaspaces.security.directory | 
|---|
| Methods in com.gigaspaces.security.directory that return Authority | |
|---|---|
 Authority[] | 
Role.getAuthorities()
 | 
 Authority[] | 
RoleDetails.getAuthorities()
Returns the granted authorities granted to the role.  | 
 Authority[] | 
User.getAuthorities()
 | 
 Authority[] | 
UserDetails.getAuthorities()
Returns the granted authorities granted to the user.  | 
| Constructors in com.gigaspaces.security.directory with parameters of type Authority | |
|---|---|
Role(String role,
     Authority... authorities)
 | 
|
User(String username,
     String password,
     Authority... authorities)
 | 
|
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||