org.springframework.security.access.hierarchicalroles
Class RoleHierarchyAuthoritiesMapper
java.lang.Object
org.springframework.security.access.hierarchicalroles.RoleHierarchyAuthoritiesMapper
- All Implemented Interfaces:
- GrantedAuthoritiesMapper
public class RoleHierarchyAuthoritiesMapper
- extends Object
- implements GrantedAuthoritiesMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleHierarchyAuthoritiesMapper
public RoleHierarchyAuthoritiesMapper(RoleHierarchy roleHierarchy)
mapAuthorities
public Collection<? extends GrantedAuthority> mapAuthorities(Collection<? extends GrantedAuthority> authorities)
- Specified by:
mapAuthorities
in interface GrantedAuthoritiesMapper