Package org.ldaptive.io

Interface Summary
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 Summary
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.
Base64 Utility for base64 encoding and decoding.
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.
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.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.