Spring Security Framework

Uses of Interface
org.springframework.security.userdetails.hierarchicalroles.RoleHierarchy

Packages that use RoleHierarchy
org.springframework.security.userdetails.hierarchicalroles   
org.springframework.security.vote Implements a vote-based approach to authorization decisions. 
 

Uses of RoleHierarchy in org.springframework.security.userdetails.hierarchicalroles
 

Classes in org.springframework.security.userdetails.hierarchicalroles that implement RoleHierarchy
 class RoleHierarchyImpl
           This class defines a role hierarchy for use with the UserDetailsServiceWrapper.
 

Methods in org.springframework.security.userdetails.hierarchicalroles with parameters of type RoleHierarchy
 void UserDetailsServiceWrapper.setRoleHierarchy(RoleHierarchy roleHierarchy)
          Deprecated.  
 

Constructors in org.springframework.security.userdetails.hierarchicalroles with parameters of type RoleHierarchy
UserDetailsWrapper(UserDetails userDetails, RoleHierarchy roleHierarchy)
          Deprecated.  
 

Uses of RoleHierarchy in org.springframework.security.vote
 

Constructors in org.springframework.security.vote with parameters of type RoleHierarchy
RoleHierarchyVoter(RoleHierarchy roleHierarchy)
           
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.