public class LDAPDn extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LDAPDn.RDN
Single RDN inside the DN.
|
Modifier and Type | Method and Description |
---|---|
void |
addFirst(LDAPDn.RDN entry) |
void |
addFirst(String rdnName,
String rdnValue) |
boolean |
equals(Object obj) |
static LDAPDn |
fromString(String dnString) |
LDAPDn.RDN |
getFirstRdn() |
LDAPDn |
getParentDn() |
int |
hashCode() |
boolean |
isDescendantOf(LDAPDn expectedParentDn) |
String |
toString() |
public LDAPDn.RDN getFirstRdn()
public LDAPDn getParentDn()
public boolean isDescendantOf(LDAPDn expectedParentDn)
public void addFirst(LDAPDn.RDN entry)
Copyright © 2021 JBoss by Red Hat. All rights reserved.