edu.vt.middleware.ldap.handler
public class BinaryAttributeHandler extends CopyAttributeHandler
BinaryAttributeHandler
ensures that any attribute that contains
a value of type byte[] is base64 encoded.logger
Constructor and Description |
---|
BinaryAttributeHandler() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
processValue(SearchCriteria sc,
java.lang.Object value)
This base64 encodes the supplied value if it is of type byte[].
|
processResult
process, process, process
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process, process, process
protected java.lang.Object processValue(SearchCriteria sc, java.lang.Object value)
processValue
in class CopyAttributeHandler
sc
- SearchCriteria
used to find enumerationvalue
- Object
to processObject
Copyright © 2014. All Rights Reserved.