Interface GrantedAuthoritiesMapper
-
- All Known Implementing Classes:
NullAuthoritiesMapper,RoleHierarchyAuthoritiesMapper,SimpleAuthorityMapper
public interface GrantedAuthoritiesMapperMapping interface which can be injected into the authentication layer to convert the authorities loaded from storage into those which will be used in theAuthenticationobject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends GrantedAuthority>mapAuthorities(java.util.Collection<? extends GrantedAuthority> authorities)
-
-
-
Method Detail
-
mapAuthorities
java.util.Collection<? extends GrantedAuthority> mapAuthorities(java.util.Collection<? extends GrantedAuthority> authorities)
-
-