|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.authoritymapping.SimpleMappableAttributesRetriever
public class SimpleMappableAttributesRetriever
This class implements the MappableAttributesRetriever interface by just returning a list of mappable attributes as previously set using the corresponding setter method.
| Constructor Summary | |
|---|---|
SimpleMappableAttributesRetriever()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleMappableAttributesRetriever()
| Method Detail |
|---|
public java.lang.String[] getMappableAttributes()
MappableAttributesRetriever
getMappableAttributes in interface MappableAttributesRetrieverpublic void setMappableAttributes(java.lang.String[] aMappableRoles)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||