Spring Security Framework

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

Packages that use Attributes2GrantedAuthoritiesMapper
org.springframework.security.authoritymapping   
org.springframework.security.ui.preauth.j2ee   
org.springframework.security.ui.preauth.websphere   
 

Uses of Attributes2GrantedAuthoritiesMapper in org.springframework.security.authoritymapping
 

Classes in org.springframework.security.authoritymapping 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.ui.preauth.j2ee
 

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

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

Uses of Attributes2GrantedAuthoritiesMapper in org.springframework.security.ui.preauth.websphere
 

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


Spring Security Framework

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