public class SimpleMappableAttributesRetriever extends java.lang.Object implements MappableAttributesRetriever
Constructor and Description |
---|
SimpleMappableAttributesRetriever() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getMappableAttributes()
Implementations of this method should return a list of all string attributes which
can be mapped to GrantedAuthoritys.
|
void |
setMappableAttributes(java.lang.String[] aMappableRoles) |
public java.lang.String[] getMappableAttributes()
MappableAttributesRetriever
getMappableAttributes
in interface MappableAttributesRetriever
public void setMappableAttributes(java.lang.String[] aMappableRoles)