public static class LDAPConnector.DN extends Object
| Modifier and Type | Field and Description | 
|---|---|
private String | 
_dn  | 
private boolean | 
_hasChild  | 
private String | 
_label  | 
| Constructor and Description | 
|---|
DN(String dn,
  String label,
  boolean hasChild)
Create a DN 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDN()
Get the dn 
 | 
String | 
getLabel()
Get the label 
 | 
boolean | 
hasChild()
Has child 
 | 
private boolean _hasChild