org.springframework.security.access.hierarchicalroles
Class RoleHierarchyAuthoritiesMapper

java.lang.Object
  extended by org.springframework.security.access.hierarchicalroles.RoleHierarchyAuthoritiesMapper
All Implemented Interfaces:
GrantedAuthoritiesMapper

public class RoleHierarchyAuthoritiesMapper
extends Object
implements GrantedAuthoritiesMapper


Constructor Summary
RoleHierarchyAuthoritiesMapper(RoleHierarchy roleHierarchy)
           
 
Method Summary
 Collection<? extends GrantedAuthority> mapAuthorities(Collection<? extends GrantedAuthority> authorities)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleHierarchyAuthoritiesMapper

public RoleHierarchyAuthoritiesMapper(RoleHierarchy roleHierarchy)
Method Detail

mapAuthorities

public Collection<? extends GrantedAuthority> mapAuthorities(Collection<? extends GrantedAuthority> authorities)
Specified by:
mapAuthorities in interface GrantedAuthoritiesMapper