public class LdapEntry extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(LdapAttribute attribute) |
LdapAttribute |
getAttribute(String attributeName) |
Collection<LdapAttribute> |
getAttributes() |
String |
getDn() |
void |
setDn(String dn) |
String |
toString() |
public LdapEntry(String dn)
dn - public String getDn()
public void setDn(String dn)
dn - the dn to setpublic LdapAttribute getAttribute(String attributeName)
attributeName - public void addAttribute(LdapAttribute attribute)
attribute - public Collection<LdapAttribute> getAttributes()
Copyright © 2016 Internet2. All rights reserved.