org.springframework.security.ldap
Interface LdapUsernameToDnMapper

All Known Implementing Classes:
DefaultLdapUsernameToDnMapper

public interface LdapUsernameToDnMapper

Constructs an Ldap Distinguished Name from a username.


Method Summary
 DistinguishedName buildDn(String username)
           
 

Method Detail

buildDn

DistinguishedName buildDn(String username)