public interface DnFactory
| Modifier and Type | Method and Description |
|---|---|
Dn |
create(String... upRdns)
Creates a Dn from user provided RDNs.
|
Dn |
create(String upDn)
Creates a Dn form a user provided Dn.
|
Dn create(String... upRdns) throws LdapInvalidDnException
upRdns - the user provided RDNsLdapInvalidDnException - if one of the strings isn't a valid RdnDn create(String upDn) throws LdapInvalidDnException
upDn - the user provided DnLdapInvalidDnException - if the string isn't a valid DnCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.