Class UnicodePwdValueTranscoder

    • Constructor Detail

      • UnicodePwdValueTranscoder

        public UnicodePwdValueTranscoder()
    • Method Detail

      • decodeBinaryValue

        public String decodeBinaryValue​(byte[] value)
        Description copied from interface: ValueTranscoder
        Decodes the supplied ldap attribute value into a custom type.
        Parameters:
        value - to decode
        Returns:
        decoded value
      • encodeBinaryValue

        public byte[] encodeBinaryValue​(String value)
        Description copied from interface: ValueTranscoder
        Encodes the supplied value into an ldap attribute value.
        Parameters:
        value - to encode
        Returns:
        encoded value
      • getType

        public Class<String> getType()
        Description copied from interface: ValueTranscoder
        Returns the type produced by this value transcoder.
        Returns:
        type produced by this value transcoder