com.atlassian.crowd.directory.ldap.mapper.attribute
Class ObjectGUIDMapper
java.lang.Object
com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectGUIDMapper
- All Implemented Interfaces:
- AttributeMapper
public class ObjectGUIDMapper
- extends Object
- implements AttributeMapper
Maps the objectGUID on an entity.
This concept only applies to Active Directory.
|
Method Summary |
String |
getKey()
Get the key to use when storing the attribute on an entity. |
Set<String> |
getValues(org.springframework.ldap.core.DirContextAdapter ctx)
Map the value of the key from the directory context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_KEY
public static final String ATTRIBUTE_KEY
- Object GUID attribute name.
- See Also:
- Constant Field Values
ObjectGUIDMapper
public ObjectGUIDMapper()
getKey
public String getKey()
- Description copied from interface:
AttributeMapper
- Get the key to use when storing the attribute on an entity.
- Specified by:
getKey in interface AttributeMapper
- Returns:
- non-null key.
getValues
public Set<String> getValues(org.springframework.ldap.core.DirContextAdapter ctx)
throws NamingException
- Description copied from interface:
AttributeMapper
- Map the value of the key from the directory context.
- Specified by:
getValues in interface AttributeMapper
- Parameters:
ctx - directory context containing attributes.
- Returns:
- the set of attribute values associated with the key. If no values are present an empty set will be returned
- Throws:
NamingException
Copyright © 2012 Atlassian. All Rights Reserved.