public abstract class LDAPEntry extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addMember(LDAPEntry childEntry) |
protected String |
getAttributeForBinding() |
String |
getBidingName() |
String |
getDN() |
String |
getDN(String name) |
String |
getDnSuffix() |
protected Attributes |
getLDAPAttributes() |
boolean |
isMember(LDAPEntry member) |
void |
removeMember(LDAPEntry childEntry) |
void |
setDnSuffix(String dnSuffix) |
protected void |
setLDAPAttributes(Attributes attributes) |
public LDAPEntry()
public LDAPEntry(String dnSuffix)
public String getDN()
public String getBidingName()
protected String getAttributeForBinding()
public String getDnSuffix()
public void setDnSuffix(String dnSuffix)
public void addMember(LDAPEntry childEntry)
public void removeMember(LDAPEntry childEntry)
protected Attributes getLDAPAttributes()
protected void setLDAPAttributes(Attributes attributes)
public boolean isMember(LDAPEntry member)
Copyright © 2013. All Rights Reserved.