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

Packages that use Attributes2GrantedAuthoritiesMapper
org.springframework.security.core.authority.mapping   
org.springframework.security.web.authentication.preauth.j2ee   
org.springframework.security.web.authentication.preauth.websphere   
 

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

Classes in org.springframework.security.core.authority.mapping that implement Attributes2GrantedAuthoritiesMapper
 class MapBasedAttributes2GrantedAuthoritiesMapper
          This class implements the Attributes2GrantedAuthoritiesMapper and MappableAttributesRetriever interfaces based on the supplied Map.
 class SimpleAttributes2GrantedAuthoritiesMapper
           This class implements the Attributes2GrantedAuthoritiesMapper interface by doing a one-to-one mapping from roles to Spring Security GrantedAuthorities.
 

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

Fields in org.springframework.security.web.authentication.preauth.j2ee declared as Attributes2GrantedAuthoritiesMapper
protected  Attributes2GrantedAuthoritiesMapper AbstractPreAuthenticatedAuthenticationDetailsSource.j2eeUserRoles2GrantedAuthoritiesMapper
           
 

Methods in org.springframework.security.web.authentication.preauth.j2ee with parameters of type Attributes2GrantedAuthoritiesMapper
 void AbstractPreAuthenticatedAuthenticationDetailsSource.setUserRoles2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
           
 

Uses of Attributes2GrantedAuthoritiesMapper in org.springframework.security.web.authentication.preauth.websphere
 

Methods in org.springframework.security.web.authentication.preauth.websphere with parameters of type Attributes2GrantedAuthoritiesMapper
 void WebSpherePreAuthenticatedAuthenticationDetailsSource.setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
           
 



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