Spring Security Framework

Uses of Interface
org.springframework.security.userdetails.ldap.UserDetailsContextMapper

Packages that use UserDetailsContextMapper
org.springframework.security.providers.ldap The LDAP authentication provider package. 
org.springframework.security.userdetails.ldap   
 

Uses of UserDetailsContextMapper in org.springframework.security.providers.ldap
 

Methods in org.springframework.security.providers.ldap that return UserDetailsContextMapper
protected  UserDetailsContextMapper LdapAuthenticationProvider.getUserDetailsContextMapper()
           
 

Methods in org.springframework.security.providers.ldap with parameters of type UserDetailsContextMapper
 void LdapAuthenticationProvider.setUserDetailsContextMapper(UserDetailsContextMapper userDetailsContextMapper)
           
 

Uses of UserDetailsContextMapper in org.springframework.security.userdetails.ldap
 

Classes in org.springframework.security.userdetails.ldap that implement UserDetailsContextMapper
 class InetOrgPersonContextMapper
           
 class LdapUserDetailsMapper
          The context mapper used by the LDAP authentication provider to create an LDAP user object.
 class PersonContextMapper
           
 

Methods in org.springframework.security.userdetails.ldap with parameters of type UserDetailsContextMapper
 void LdapUserDetailsService.setUserDetailsMapper(UserDetailsContextMapper userDetailsMapper)
           
 void LdapUserDetailsManager.setUserDetailsMapper(UserDetailsContextMapper userDetailsMapper)
           
 


Spring Security Framework

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