GrantedAuthority interface.See: Description
| Interface | Description |
|---|---|
| GrantedAuthoritiesContainer |
Indicates that a object stores GrantedAuthority objects.
|
| MutableGrantedAuthoritiesContainer | Deprecated |
| Class | Description |
|---|---|
| AuthorityUtils |
Utility method for manipulating GrantedAuthority collections etc.
|
| GrantedAuthoritiesContainerImpl | Deprecated |
| GrantedAuthorityImpl | Deprecated
Use the final class
SimpleGrantedAuthority or implement your own. |
| SimpleGrantedAuthority |
Basic concrete implementation of a
GrantedAuthority. |
GrantedAuthority interface.