public class DefaultLdapUsernameToDnMapper extends Object implements LdapUsernameToDnMapper
Constructor and Description |
---|
DefaultLdapUsernameToDnMapper(String userDnBase,
String usernameAttribute) |
Modifier and Type | Method and Description |
---|---|
DistinguishedName |
buildDn(String username)
Assembles the Distinguished Name that should be used the given username.
|
public DistinguishedName buildDn(String username)
buildDn
in interface LdapUsernameToDnMapper