| Interface | Description | 
|---|---|
| SearchResultReader | 
 Interface for reading ldap search results. 
 | 
| SearchResultWriter | 
 Interface for writing ldap search results. 
 | 
| ValueTranscoder<T> | 
 Interface for decoding and encoding custom types for ldap attribute values. 
 | 
| Class | Description | 
|---|---|
| AbstractBinaryValueTranscoder<T> | 
 Value transcoder which decodes and encodes to a byte array and therefore the string methods simply delegate to the
 binary methods. 
 | 
| AbstractPrimitiveValueTranscoder<T> | 
 Base class for primitive value transcoders. 
 | 
| AbstractStringValueTranscoder<T> | 
 Value transcoder which decodes and encodes to a String and therefore the binary methods simply delegate to the string
 methods. 
 | 
| BooleanValueTranscoder | 
 Decodes and encodes a boolean for use in an ldap attribute value. 
 | 
| ByteArrayValueTranscoder | 
 Decodes and encodes a byte array for use in an ldap attribute value. 
 | 
| CertificateValueTranscoder | 
 Decodes and encodes a certificate for use in an ldap attribute value. 
 | 
| CharArrayValueTranscoder | 
 Decodes and encodes a character array for use in an ldap attribute value. 
 | 
| DoubleValueTranscoder | 
 Decodes and encodes a double for use in an ldap attribute value. 
 | 
| Dsmlv1Reader | 
 Reads DSML version 1 from a  
Reader and returns a SearchResult. | 
| Dsmlv1Writer | 
 Writes a  
SearchResult as DSML version 1 to a Writer. | 
| FloatValueTranscoder | 
 Decodes and encodes a float for use in an ldap attribute value. 
 | 
| GeneralizedTimeValueTranscoder | 
 Decodes and encodes a generalized time for use in an ldap attribute value. 
 | 
| Hex | 
 Utility for hexidecimal encoding and decoding. 
 | 
| IntegerValueTranscoder | 
 Decodes and encodes an integer for use in an ldap attribute value. 
 | 
| JsonReader | 
 Reads JSON from a  
Reader and returns a SearchResult. | 
| JsonReader.SearchResultDeserializer | 
 Deserializes a  
SearchResult by iterating over the json elements. | 
| JsonWriter | 
 Writes a  
SearchResult as JSON to a Writer. | 
| JsonWriter.SearchResultSerializer | 
 Serializes a  
SearchResult by creating a json array to contain the entries. | 
| LdifReader | 
 Reads an LDIF from a  
Reader and returns a SearchResult. | 
| LdifWriter | 
 Writes a  
SearchResult as LDIF to a Writer. | 
| LongValueTranscoder | 
 Decodes and encodes a long for use in an ldap attribute value. 
 | 
| ObjectValueTranscoder | 
 Decodes and encodes an object for use in an ldap attribute value. 
 | 
| ShortValueTranscoder | 
 Decodes and encodes a short for use in an ldap attribute value. 
 | 
| StringValueTranscoder | 
 Decodes and encodes a string for use in an ldap attribute value. 
 | 
| UUIDValueTranscoder | 
 Decodes and encodes a UUID for use in an ldap attribute value. 
 | 
| Enum | Description | 
|---|---|
| GeneralizedTimeValueTranscoder.FractionalPart | 
 Describes the fractional part of a generalized time string. 
 | 
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.