Uses of Interface
org.springframework.security.ldap.LdapUsernameToDnMapper

Packages that use LdapUsernameToDnMapper
org.springframework.security.ldap Spring Security's LDAP module. 
org.springframework.security.ldap.userdetails LDAP-focused UserDetails implementations which map from a ubset of the data contained in some of the standard LDAP types (such as InetOrgPerson). 
 

Uses of LdapUsernameToDnMapper in org.springframework.security.ldap
 

Classes in org.springframework.security.ldap that implement LdapUsernameToDnMapper
 class DefaultLdapUsernameToDnMapper
          This implementation appends a name component to the userDnBase context using the usernameAttributeName property.
 

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

Methods in org.springframework.security.ldap.userdetails with parameters of type LdapUsernameToDnMapper
 void LdapUserDetailsManager.setUsernameMapper(LdapUsernameToDnMapper usernameMapper)
           
 



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