Package org.ldaptive.transcode
package org.ldaptive.transcode
-
ClassDescriptionValue transcoder which decodes and encodes to a byte array and therefore the string methods simply delegate to the binary methods.Base class for primitive value transcoders.Value transcoder which decodes and encodes to a String and therefore the binary methods simply delegate to the string methods.Decodes and encodes a boolean for use in an ldap attribute value.Decodes and encodes a byte array for use in an ldap attribute value.Decodes and encodes a certificate for use in an ldap attribute value.Decodes and encodes a character array for use in an ldap attribute value.Decodes and encodes a double for use in an ldap attribute value.Decodes and encodes a float for use in an ldap attribute value.Decodes and encodes a generalized time for use in an ldap attribute value.Describes the fractional part of a generalized time string.Decodes and encodes an integer for use in an ldap attribute value.Decodes and encodes a long for use in an ldap attribute value.Decodes and encodes an object for use in an ldap attribute value.Decodes and encodes a short for use in an ldap attribute value.Decodes and encodes a string for use in an ldap attribute value.Decodes and encodes a UUID for use in an ldap attribute value.Interface for decoding and encoding custom types for ldap attribute values.