public class ObjectGuidHandler extends AbstractBinaryAttributeHandler
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
ATTRIBUTE_NAME
objectGuid attribute name.
|
private static int |
HASH_CODE_SEED
hash code seed.
|
logger| Constructor and Description |
|---|
ObjectGuidHandler()
Creates a new object guid handler.
|
ObjectGuidHandler(java.lang.String attrName)
Creates a new object guid handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
convertValue(byte[] value)
Converts the supplied binary value to it's string form.
|
int |
hashCode() |
getAttributeName, handleAttributes, initializeRequest, setAttributeNameequals, handle, handleAttribute, handleAttributeName, handleAttributeValue, handleAttributeValue, handleDnprivate static final int HASH_CODE_SEED
private static final java.lang.String ATTRIBUTE_NAME
public ObjectGuidHandler()
public ObjectGuidHandler(java.lang.String attrName)
attrName - name of the attribute which is encoded as an objectGUIDprotected java.lang.String convertValue(byte[] value)
AbstractBinaryAttributeHandlerconvertValue in class AbstractBinaryAttributeHandlervalue - to convertpublic int hashCode()
hashCode in class AbstractSearchEntryHandler