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

Packages that use LdapUsernameToDnMapper
org.springframework.security.ldap   
org.springframework.security.ldap.userdetails   
 

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-2009 SpringSource, Inc. All Rights Reserved.