Spring Security Framework

org.springframework.security.authoritymapping
Interface MappableAttributesRetriever

All Known Implementing Classes:
MapBasedAttributes2GrantedAuthoritiesMapper, SimpleMappableAttributesRetriever, WebXmlMappableAttributesRetriever, XmlMappableAttributesRetriever

public interface MappableAttributesRetriever

Interface to be implemented by classes that can retrieve a list of mappable security attribute strings (for example the list of all available J2EE roles in a web or EJB application).

Since:
2.0
Author:
Ruud Senden

Method Summary
 String[] getMappableAttributes()
          Implementations of this method should return a list of all string attributes which can be mapped to GrantedAuthoritys.
 

Method Detail

getMappableAttributes

String[] getMappableAttributes()
Implementations of this method should return a list of all string attributes which can be mapped to GrantedAuthoritys.

Returns:
list of all mappable roles

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.