Class ValueTranscoderFactory

java.lang.Object
org.bremersee.ldaptive.transcoder.ValueTranscoderFactory

public abstract class ValueTranscoderFactory extends Object
The value transcoder factory.
  • Method Details

    • getAttributeTypeValueTranscoder

      public static org.ldaptive.schema.transcode.AttributeTypeValueTranscoder getAttributeTypeValueTranscoder()
      Gets attribute type value transcoder.
      Returns:
      the attribute type value transcoder
    • getBigIntegerValueTranscoder

      public static org.ldaptive.transcode.BigIntegerValueTranscoder getBigIntegerValueTranscoder()
      Gets big integer value transcoder.
      Returns:
      the big integer value transcoder
    • getBooleanValueTranscoder

      public static org.ldaptive.transcode.BooleanValueTranscoder getBooleanValueTranscoder()
      Gets boolean value transcoder.
      Returns:
      the boolean value transcoder
    • getBooleanPrimitiveValueTranscoder

      public static org.ldaptive.transcode.BooleanValueTranscoder getBooleanPrimitiveValueTranscoder()
      Gets boolean primitive value transcoder.
      Returns:
      the boolean primitive value transcoder
    • getByteArrayValueTranscoder

      public static org.ldaptive.transcode.ByteArrayValueTranscoder getByteArrayValueTranscoder()
      Gets byte array value transcoder.
      Returns:
      the byte array value transcoder
    • getDeltaTimeValueTranscoder

      public static org.ldaptive.ad.transcode.DeltaTimeValueTranscoder getDeltaTimeValueTranscoder()
      Gets delta time value transcoder.
      Returns:
      the delta time value transcoder
    • getDnValueTranscoder

      public static DnValueTranscoder getDnValueTranscoder()
      Gets dn value transcoder.
      Returns:
      the dn value transcoder
    • getDnValueTranscoderCaseSensitive

      public static DnValueTranscoder getDnValueTranscoderCaseSensitive()
      Gets dn value transcoder case sensitive.
      Returns:
      the dn value transcoder case-sensitive
    • getDoubleValueTranscoder

      public static org.ldaptive.transcode.DoubleValueTranscoder getDoubleValueTranscoder()
      Gets double value transcoder.
      Returns:
      the double value transcoder
    • getDoublePrimitiveValueTranscoder

      public static org.ldaptive.transcode.DoubleValueTranscoder getDoublePrimitiveValueTranscoder()
      Gets double primitive value transcoder.
      Returns:
      the double primitive value transcoder
    • getFileTimeValueTranscoder

      public static org.ldaptive.ad.transcode.FileTimeValueTranscoder getFileTimeValueTranscoder()
      Gets file time value transcoder.
      Returns:
      the file time value transcoder
    • getFileTimeToOffsetDateTimeValueTranscoder

      public static FileTimeToOffsetDateTimeValueTranscoder getFileTimeToOffsetDateTimeValueTranscoder()
      Gets file time to offset date time value transcoder.
      Returns:
      the file time to offset date time value transcoder
    • getFloatValueTranscoder

      public static org.ldaptive.transcode.FloatValueTranscoder getFloatValueTranscoder()
      Gets float value transcoder.
      Returns:
      the float value transcoder
    • getFloatPrimitiveValueTranscoder

      public static org.ldaptive.transcode.FloatValueTranscoder getFloatPrimitiveValueTranscoder()
      Gets float primitive value transcoder.
      Returns:
      the float primitive value transcoder
    • getGeneralizedTimeValueTranscoder

      public static org.ldaptive.transcode.GeneralizedTimeValueTranscoder getGeneralizedTimeValueTranscoder()
      Gets generalized time value transcoder.
      Returns:
      the generalized time value transcoder
    • getGeneralizedTimeToOffsetDateTimeValueTranscoder

      public static GeneralizedTimeToOffsetDateTimeValueTranscoder getGeneralizedTimeToOffsetDateTimeValueTranscoder()
      Gets generalized time to offset date time value transcoder.
      Returns:
      the generalized time to offset date time value transcoder
    • getIntegerValueTranscoder

      public static org.ldaptive.transcode.IntegerValueTranscoder getIntegerValueTranscoder()
      Gets integer value transcoder.
      Returns:
      the integer value transcoder
    • getIntegerPrimitiveValueTranscoder

      public static org.ldaptive.transcode.IntegerValueTranscoder getIntegerPrimitiveValueTranscoder()
      Gets integer primitive value transcoder.
      Returns:
      the integer primitive value transcoder
    • getLongValueTranscoder

      public static org.ldaptive.transcode.LongValueTranscoder getLongValueTranscoder()
      Gets long value transcoder.
      Returns:
      the long value transcoder
    • getLongPrimitiveValueTranscoder

      public static org.ldaptive.transcode.LongValueTranscoder getLongPrimitiveValueTranscoder()
      Gets long primitive value transcoder.
      Returns:
      the long primitive value transcoder
    • getShortValueTranscoder

      public static org.ldaptive.transcode.ShortValueTranscoder getShortValueTranscoder()
      Gets short value transcoder.
      Returns:
      the short value transcoder
    • getShortPrimitiveValueTranscoder

      public static org.ldaptive.transcode.ShortValueTranscoder getShortPrimitiveValueTranscoder()
      Gets short primitive value transcoder.
      Returns:
      the short primitive value transcoder
    • getStringValueTranscoder

      public static org.ldaptive.transcode.StringValueTranscoder getStringValueTranscoder()
      Gets string value transcoder.
      Returns:
      the string value transcoder
    • getUserAccountControlValueTranscoder

      public static UserAccountControlValueTranscoder getUserAccountControlValueTranscoder()
      Gets user account control value transcoder.
      Returns:
      the user account control value transcoder
    • getUuidValueTranscoder

      public static org.ldaptive.transcode.UUIDValueTranscoder getUuidValueTranscoder()
      Gets uuid value transcoder.
      Returns:
      the uuid value transcoder
    • getUnicodePwdValueTranscoder

      public static org.ldaptive.ad.transcode.UnicodePwdValueTranscoder getUnicodePwdValueTranscoder()
      Gets unicode pwd value transcoder.
      Returns:
      the unicode pwd value transcoder