public interface

GrantedAuthoritiesMapper

org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract Collection<? extends GrantedAuthority> mapAuthorities(Collection<? extends GrantedAuthority> authorities)

Public Methods

public abstract Collection<? extends GrantedAuthority> mapAuthorities (Collection<? extends GrantedAuthority> authorities)