org.springframework.security.authoritymapping
Class SimpleMappableAttributesRetriever
java.lang.Object
org.springframework.security.authoritymapping.SimpleMappableAttributesRetriever
- All Implemented Interfaces:
- MappableAttributesRetriever
public class SimpleMappableAttributesRetriever
- extends Object
- implements MappableAttributesRetriever
This class implements the MappableAttributesRetriever interface by just returning
a list of mappable attributes as previously set using the corresponding setter
method.
- Since:
- 2.0
- Author:
- Ruud Senden
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMappableAttributesRetriever
public SimpleMappableAttributesRetriever()
getMappableAttributes
public String[] getMappableAttributes()
- Description copied from interface:
MappableAttributesRetriever
- Implementations of this method should return a list of all string attributes which
can be mapped to GrantedAuthoritys.
- Specified by:
getMappableAttributes
in interface MappableAttributesRetriever
- Returns:
- list of all mappable roles
setMappableAttributes
public void setMappableAttributes(String[] aMappableRoles)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.