Package org.springframework.security.access.hierarchicalroles

Role hierarchy implementation.

See:
          Description

Interface Summary
RoleHierarchy The simple interface of a role hierarchy.
 

Class Summary
NullRoleHierarchy  
RoleHierarchyImpl This class defines a role hierarchy for use with the UserDetailsServiceWrapper.
UserDetailsServiceWrapper Deprecated. use a RoleHierarchyVoter instead of populating the user Authentication object with the additional authorities.
UserDetailsWrapper Deprecated. use a RoleHierarchyVoter instead.
 

Exception Summary
CycleInRoleHierarchyException Exception that is thrown because of a cycle in the role hierarchy definition
 

Package org.springframework.security.access.hierarchicalroles Description

Role hierarchy implementation.