Package | Description |
---|---|
com.gigaspaces.security |
Security
|
com.gigaspaces.security.authorities |
Security Authorities
|
com.gigaspaces.security.directory |
Security Directory
|
com.gigaspaces.security.openid |
Modifier and Type | Method and Description |
---|---|
static Authority |
AuthorityFactory.create(String authority)
Deprecated.
since 15.5 - use
AuthorityFactory.valueOf(String) instead. |
static Authority |
AuthorityFactory.valueOf(Privilege privilege)
Converts Privilege to Authority
|
static Authority |
AuthorityFactory.valueOf(String authority)
Creates an
Authority instance out its short (or long) name String representation. |
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 |
PipelineAuthority |
class |
PopulatedRoleAuthority
A role authority which holds all the authorities this role represents.
|
class |
RoleAuthority
Defines an association of a role by-name.
|
class |
ServiceAuthority |
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.
|
Modifier and Type | Method and Description |
---|---|
Authority[] |
GrantedAuthorities.getAuthorities() |
Authority[] |
PopulatedRoleAuthority.getAuthorities()
Returns the granted authorities granted to the role.
|
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[] |
User.getAuthorities() |
Authority[] |
UserDetails.getAuthorities()
Returns the granted authorities granted to the user.
|
Authority[] |
Role.getAuthorities() |
Authority[] |
Token.getAuthorities() |
Constructor and Description |
---|
Role(String role,
Authority... authorities) |
User(String username,
String password,
Authority... authorities) |
Modifier and Type | Method and Description |
---|---|
Collection<Authority> |
RolesService.roleAuthority(String role,
String token) |
Copyright © GigaSpaces.