Interface LdapUsernameToDnMapper

All Known Implementing Classes:
DefaultLdapUsernameToDnMapper

public interface LdapUsernameToDnMapper
Constructs an Ldap Distinguished Name from a username.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.ldap.core.DistinguishedName
    buildDn(String username)
     
  • Method Details

    • buildDn

      org.springframework.ldap.core.DistinguishedName buildDn(String username)