Class LdapSearchResult
java.lang.Object
io.micronaut.security.ldap.context.LdapSearchResult
Contains the data returned from an LDAP search.
- Since:
- 1.0
- Author:
- James Kleeh
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.core.convert.value.ConvertibleValues<Object>
getDn()
void
setAttributes
(Attributes attributes) void
-
Constructor Details
-
LdapSearchResult
- Parameters:
attributes
- The LDAP attributesdn
- The DN
-
-
Method Details
-
getAttributes
- Returns:
- A
ConvertibleValues
representation of the LDAP attributes
-
setAttributes
- Parameters:
attributes
- The LDAP attributes
-
getDn
- Returns:
- The DN
-
setDn
- Parameters:
dn
- The DN
-