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 Object |
processValue(SearchCriteria sc,
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 Object processValue(SearchCriteria sc, Object value)
processValue
in class CopyAttributeHandler
sc
- SearchCriteria
used to find enumerationvalue
- Object
to processObject
Copyright © 2018. All rights reserved.