public interface Converter
Modifier and Type | Method and Description |
---|---|
LdapName |
getName(String dn)
Escapes and converts a DN into a Name, for use with LDAP through JNDI.
|
LdapName |
getName(String attributeName,
String objectName,
LdapName baseDN)
Returns a Name escaped for JNDI and LDAP, for use with a directory.
|
LdapName getName(String dn) throws InvalidNameException
InvalidNameException
LdapName getName(String attributeName, String objectName, LdapName baseDN) throws InvalidNameException
baseDN
- A correctly-escaped DN. May be empty or null.InvalidNameException
Copyright © 2020 Atlassian. All rights reserved.