public abstract class AttributeContextMapper<T> extends Object implements ContextMapperWithRequiredAttributes<T>
Modifier and Type | Field and Description |
---|---|
protected String |
propertyName |
Constructor and Description |
---|
AttributeContextMapper(String propertyName) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getRequiredLdapAttributes()
Returns the LDAP attributes that should be requested in a search where
ContextMapperWithRequiredAttributes.mapFromContext(Object) will
be called on the results. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mapFromContext
protected final String propertyName
public AttributeContextMapper(String propertyName)
public Set<String> getRequiredLdapAttributes()
ContextMapperWithRequiredAttributes
ContextMapperWithRequiredAttributes.mapFromContext(Object)
will
be called on the results. If an implementation returns null
then all attributes will
be requested.getRequiredLdapAttributes
in interface ContextMapperWithRequiredAttributes<T>
null
for allCopyright © 2020 Atlassian. All rights reserved.