com.atlassian.crowd.integration.directory.connector.mapper
Class AttributesSettingContextMapper

java.lang.Object
  extended by com.atlassian.crowd.integration.directory.connector.mapper.AttributesSettingContextMapper
All Implemented Interfaces:
org.springframework.ldap.core.ContextMapper

public class AttributesSettingContextMapper
extends java.lang.Object
implements org.springframework.ldap.core.ContextMapper

Sets specific attributes on the directory entity being mapped. Wraps any exist context mapper.


Constructor Summary
AttributesSettingContextMapper(org.springframework.ldap.core.ContextMapper contextMapper, AttributeMapper... attributeMappers)
           
 
Method Summary
 java.lang.Object mapFromContext(java.lang.Object ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesSettingContextMapper

public AttributesSettingContextMapper(org.springframework.ldap.core.ContextMapper contextMapper,
                                      AttributeMapper... attributeMappers)
Method Detail

mapFromContext

public java.lang.Object mapFromContext(java.lang.Object ctx)
Specified by:
mapFromContext in interface org.springframework.ldap.core.ContextMapper


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.