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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.core.convert.value.ConvertibleValues<Object>getDn()voidsetAttributes(Attributes attributes) void 
- 
Constructor Details
- 
LdapSearchResult
- Parameters:
 attributes- The LDAP attributesdn- The DN
 
 - 
 - 
Method Details
- 
getAttributes
- Returns:
 - A 
ConvertibleValuesrepresentation of the LDAP attributes 
 - 
setAttributes
- Parameters:
 attributes- The LDAP attributes
 - 
getDn
- Returns:
 - The DN
 
 - 
setDn
- Parameters:
 dn- The DN
 
 -