public class DefaultLdapUsernameToDnMapper extends Object implements LdapUsernameToDnMapper
Constructor and Description |
---|
DefaultLdapUsernameToDnMapper(String userDnBase,
String usernameAttribute) |
Modifier and Type | Method and Description |
---|---|
org.springframework.ldap.core.DistinguishedName |
buildDn(String username)
Assembles the Distinguished Name that should be used the given username.
|
public org.springframework.ldap.core.DistinguishedName buildDn(String username)
buildDn
in interface LdapUsernameToDnMapper
Copyright © 2019. All rights reserved.