public class ObjectSidHandler extends AbstractBinaryAttributeHandler
Modifier and Type | Field and Description |
---|---|
private static String |
ATTRIBUTE_NAME
objectSid attribute name.
|
private static int |
HASH_CODE_SEED
hash code seed.
|
logger
Constructor and Description |
---|
ObjectSidHandler()
Creates a new object sid handler.
|
ObjectSidHandler(String attrName)
Creates a new object sid handler.
|
Modifier and Type | Method and Description |
---|---|
protected String |
convertValue(byte[] value)
Converts the supplied binary value to it's string form.
|
boolean |
equals(Object o) |
int |
hashCode() |
getAttributeName, handleAttributes, initializeRequest, setAttributeName
handle, handleAttribute, handleAttributeName, handleAttributeValue, handleAttributeValue, handleDn
private static final int HASH_CODE_SEED
private static final String ATTRIBUTE_NAME
public ObjectSidHandler()
public ObjectSidHandler(String attrName)
attrName
- name of the attribute which is encoded as an objectSidprotected String convertValue(byte[] value)
AbstractBinaryAttributeHandler
convertValue
in class AbstractBinaryAttributeHandler
value
- to convertpublic boolean equals(Object o)
equals
in class AbstractBinaryAttributeHandler
public int hashCode()
hashCode
in class AbstractBinaryAttributeHandler
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.