com.atlassian.crowd.directory.ldap.mapper.attribute
Class ActiveDirectoryUserContextMapper

java.lang.Object
  extended by com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes<LDAPUserWithAttributes>
      extended by com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
          extended by com.atlassian.crowd.directory.ldap.mapper.attribute.ActiveDirectoryUserContextMapper
All Implemented Interfaces:
ContextMapperWithRequiredAttributes<LDAPUserWithAttributes>, org.springframework.ldap.core.ContextMapper

public class ActiveDirectoryUserContextMapper
extends UserContextMapper

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
ActiveDirectoryUserContextMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers)
           
 
Method Summary
protected  LDAPUserAttributesMapper getAttributesMapper()
          Split out so it can be overriden.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveDirectoryUserContextMapper

public ActiveDirectoryUserContextMapper(long directoryId,
                                        LDAPPropertiesMapper ldapPropertiesMapper,
                                        List<AttributeMapper> customAttributeMappers)
Method Detail

getAttributesMapper

protected LDAPUserAttributesMapper getAttributesMapper()
Description copied from class: UserContextMapper
Split out so it can be overriden.

Overrides:
getAttributesMapper in class UserContextMapper
Returns:


Copyright © 2013 Atlassian. All Rights Reserved.