Spring Security Framework

Uses of Interface
org.springframework.security.authoritymapping.MappableAttributesRetriever

Packages that use MappableAttributesRetriever
org.springframework.security.authoritymapping   
org.springframework.security.ui.preauth.j2ee   
 

Uses of MappableAttributesRetriever in org.springframework.security.authoritymapping
 

Classes in org.springframework.security.authoritymapping that implement MappableAttributesRetriever
 class MapBasedAttributes2GrantedAuthoritiesMapper
           This class implements the Attributes2GrantedAuthoritiesMapper and MappableAttributesRetriever interfaces based on the supplied Map.
 class SimpleMappableAttributesRetriever
          This class implements the MappableAttributesRetriever interface by just returning a list of mappable attributes as previously set using the corresponding setter method.
 class XmlMappableAttributesRetriever
          This implementation for the MappableAttributesRetriever interface retrieves the list of mappable attributes from an XML file.
 

Uses of MappableAttributesRetriever in org.springframework.security.ui.preauth.j2ee
 

Classes in org.springframework.security.ui.preauth.j2ee that implement MappableAttributesRetriever
 class WebXmlMappableAttributesRetriever
           This MappableAttributesRetriever implementation reads the list of defined J2EE roles from a web.xml file.
 

Methods in org.springframework.security.ui.preauth.j2ee with parameters of type MappableAttributesRetriever
 void AbstractPreAuthenticatedAuthenticationDetailsSource.setMappableRolesRetriever(MappableAttributesRetriever aJ2eeMappableRolesRetriever)
           
 


Spring Security Framework

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