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[].
|
processResultprocess, process, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocess, process, processprotected Object processValue(SearchCriteria sc, Object value)
processValue in class CopyAttributeHandlersc - SearchCriteria used to find enumerationvalue - Object to processObjectCopyright © 2014. All rights reserved.