Interface GrantedAuthoritiesMapper

All Known Implementing Classes:
NullAuthoritiesMapper, RoleHierarchyAuthoritiesMapper, SimpleAuthorityMapper

public interface GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the authorities loaded from storage into those which will be used in the Authentication object.