Class SerLdapEntry
java.lang.Object
org.bremersee.ldaptive.serializable.SerLdapEntry
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LdaptiveUser
The serializable ldap entry.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerLdapEntry(String dn, List<SerLdapAttr> attributes) Instantiates a new Ser ldap entry.SerLdapEntry(org.ldaptive.LdapEntry ldapEntry) Instantiates a new serializable ldap entry. -
Method Summary
Modifier and TypeMethodDescriptionfindAttribute(String attributeName) Find attribute.org.ldaptive.LdapEntryTo ldap entry.
-
Constructor Details
-
SerLdapEntry
public SerLdapEntry(org.ldaptive.LdapEntry ldapEntry) Instantiates a new serializable ldap entry.- Parameters:
ldapEntry- the ldap entry
-
SerLdapEntry
Instantiates a new Ser ldap entry.- Parameters:
dn- the dnattributes- the attributes
-
-
Method Details
-
toLdapEntry
public org.ldaptive.LdapEntry toLdapEntry()To ldap entry.- Returns:
- the ldap entry
-
findAttribute
Find attribute.- Parameters:
attributeName- the attribute name- Returns:
- the optional attribute
-