Serialized Form
-
Package org.bremersee.ldaptive
-
Exception Class org.bremersee.ldaptive.LdaptiveException
class LdaptiveException extends org.bremersee.exception.ServiceException implements Serializable- serialVersionUID:
- 1L
-
Class org.bremersee.ldaptive.LdaptiveObjectMapperModule
class LdaptiveObjectMapperModule extends tools.jackson.databind.module.SimpleModule implements Serializable- serialVersionUID:
- 1L
-
-
Package org.bremersee.ldaptive.serializable
-
Class org.bremersee.ldaptive.serializable.SerLdapAttr
class SerLdapAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeName
String attributeName
Attribute name. -
attributeValues
Collection<byte[]> attributeValues
Attribute values. -
binary
boolean binary
Whether this attribute is binary and string representations should be base64 encoded.
-
-
Class org.bremersee.ldaptive.serializable.SerLdapEntry
class SerLdapEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
Collection<SerLdapAttr> attributes
The attributes. -
dn
String dn
The distinguished name.
-
-