public interface Attributes2GrantedAuthoritiesMapper
Modifier and Type | Method and Description |
---|---|
GrantedAuthority[] |
getGrantedAuthorities(java.lang.String[] attributes)
Implementations of this method should map the given list of attributes to a
list of Spring Security GrantedAuthorities.
|
GrantedAuthority[] getGrantedAuthorities(java.lang.String[] attributes)
attribute
- the attributes to be mapped