Package org.springframework.security.core.authority

The default implementation of the GrantedAuthority interface.

See:
          Description

Interface Summary
GrantedAuthoritiesContainer Indicates that a object stores GrantedAuthority objects.
MutableGrantedAuthoritiesContainer Deprecated.
 

Class Summary
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.
 

Package org.springframework.security.core.authority Description

The default implementation of the GrantedAuthority interface.