public class LdapSearchResult extends Object
Constructor and Description |
---|
LdapSearchResult(Attributes attributes,
String dn) |
Modifier and Type | Method and Description |
---|---|
ConvertibleValues<Object> |
getAttributes() |
String |
getDn() |
void |
setAttributes(Attributes attributes) |
void |
setDn(String dn) |
public LdapSearchResult(Attributes attributes, String dn)
attributes
- The LDAP attributesdn
- The DNpublic ConvertibleValues<Object> getAttributes()
ConvertibleValues
representation of the LDAP attributespublic void setAttributes(Attributes attributes)
attributes
- The LDAP attributespublic String getDn()
public void setDn(String dn)
dn
- The DN