org.springframework.security.core.authority.mapping
Class NullAuthoritiesMapper

java.lang.Object
  extended by org.springframework.security.core.authority.mapping.NullAuthoritiesMapper
All Implemented Interfaces:
GrantedAuthoritiesMapper

public class NullAuthoritiesMapper
extends Object
implements GrantedAuthoritiesMapper


Constructor Summary
NullAuthoritiesMapper()
           
 
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

NullAuthoritiesMapper

public NullAuthoritiesMapper()
Method Detail

mapAuthorities

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