public class UnicodePwdValueTranscoder extends AbstractBinaryValueTranscoder<String>
Constructor and Description |
---|
UnicodePwdValueTranscoder() |
Modifier and Type | Method and Description |
---|---|
String |
decodeBinaryValue(byte[] value)
Decodes the supplied ldap attribute value into a custom type.
|
byte[] |
encodeBinaryValue(String value)
Encodes the supplied value into an ldap attribute value.
|
Class<String> |
getType()
Returns the type produced by this value transcoder.
|
decodeStringValue, encodeStringValue
public String decodeBinaryValue(byte[] value)
ValueTranscoder
value
- to decodepublic byte[] encodeBinaryValue(String value)
ValueTranscoder
value
- to encodepublic Class<String> getType()
ValueTranscoder
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.