public class ObjectSidHandler extends AbstractBinaryAttributeHandler
| Modifier and Type | Field and Description | 
|---|---|
| private static String | ATTRIBUTE_NAMEobjectSid attribute name. | 
| private static int | HASH_CODE_SEEDhash 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, setAttributeNamehandle, handleAttribute, handleAttributeName, handleAttributeValue, handleAttributeValue, handleDnprivate 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)
AbstractBinaryAttributeHandlerconvertValue in class AbstractBinaryAttributeHandlervalue - to convertpublic boolean equals(Object o)
equals in class AbstractBinaryAttributeHandlerpublic int hashCode()
hashCode in class AbstractBinaryAttributeHandlerCopyright © 2003-2019 Virginia Tech. All Rights Reserved.