public class LdapSearchResult
extends java.lang.Object
Constructor and Description |
---|
LdapSearchResult(javax.naming.directory.Attributes attributes,
java.lang.String dn) |
Modifier and Type | Method and Description |
---|---|
io.micronaut.core.convert.value.ConvertibleValues<java.lang.Object> |
getAttributes() |
java.lang.String |
getDn() |
void |
setAttributes(javax.naming.directory.Attributes attributes) |
void |
setDn(java.lang.String dn) |
public LdapSearchResult(javax.naming.directory.Attributes attributes, java.lang.String dn)
attributes
- The LDAP attributesdn
- The DNpublic io.micronaut.core.convert.value.ConvertibleValues<java.lang.Object> getAttributes()
ConvertibleValues
representation of the LDAP attributespublic void setAttributes(javax.naming.directory.Attributes attributes)
attributes
- The LDAP attributespublic java.lang.String getDn()
public void setDn(java.lang.String dn)
dn
- The DN