| Constructor and Description |
|---|
GenericConverter() |
| Modifier and Type | Method and Description |
|---|---|
static LdapName |
emptyLdapName() |
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.
|
public LdapName getName(String dn) throws InvalidNameException
ConvertergetName in interface ConverterInvalidNameExceptionpublic LdapName getName(String attributeName, String objectName, LdapName baseDN) throws InvalidNameException
ConvertergetName in interface ConverterbaseDN - A correctly-escaped DN. May be empty or null.InvalidNameExceptionCopyright © 2018 Atlassian. All rights reserved.