Uses of Interface
org.springframework.security.core.authority.mapping.MappableAttributesRetriever

Packages that use MappableAttributesRetriever
org.springframework.security.core.authority.mapping Strategies for mapping a list of attributes (such as roles or LDAP groups) to a list of GrantedAuthoritys. 
org.springframework.security.web.authentication.preauth.j2ee Pre-authentication support for container-authenticated requests. 
 

Uses of MappableAttributesRetriever in org.springframework.security.core.authority.mapping
 

Classes in org.springframework.security.core.authority.mapping 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.
 

Uses of MappableAttributesRetriever in org.springframework.security.web.authentication.preauth.j2ee
 

Classes in org.springframework.security.web.authentication.preauth.j2ee that implement MappableAttributesRetriever
 class WebXmlMappableAttributesRetriever
          This MappableAttributesRetriever implementation reads the list of defined J2EE roles from a web.xml file and returns these from {WebXmlMappableAttributesRetriever.getMappableAttributes().
 

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



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