Class ActiveDirectoryUserContextMapper
java.lang.Object
com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes<LDAPUserWithAttributes>
com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
com.atlassian.crowd.directory.ldap.mapper.attribute.ActiveDirectoryUserContextMapper
- All Implemented Interfaces:
ContextMapperWithRequiredAttributes<LDAPUserWithAttributes>
,org.springframework.ldap.core.ContextMapper
A specialisation of
UserContextMapper
for Active Directory.- Since:
- v2.7
-
Field Summary
Fields inherited from class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
directoryId, ldapPropertiesMapper
Fields inherited from class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
customAttributeMappers
-
Constructor Summary
ConstructorsConstructorDescriptionActiveDirectoryUserContextMapper
(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers) -
Method Summary
Modifier and TypeMethodDescriptionprotected LDAPUserAttributesMapper
Split out so it can be overridden.Methods inherited from class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
getCoreRequiredLdapAttributes, mapFromContext
Methods inherited from class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
aggregate, getRequiredLdapAttributes, mapFromContext
-
Constructor Details
-
ActiveDirectoryUserContextMapper
public ActiveDirectoryUserContextMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers)
-
-
Method Details
-
getAttributesMapper
Description copied from class:UserContextMapper
Split out so it can be overridden.- Overrides:
getAttributesMapper
in classUserContextMapper
-