com.atlassian.crowd.integration.directory.connector.mapper.fetcher
Class DualFetcher

java.lang.Object
  extended by com.atlassian.crowd.integration.directory.connector.mapper.fetcher.DualFetcher
All Implemented Interfaces:
MemberFetcher

public class DualFetcher
extends java.lang.Object
implements MemberFetcher

Combines two fetchers.


Constructor Summary
DualFetcher(MemberFetcher fetcher1, MemberFetcher fetcher2)
           
 
Method Summary
 void addMembers(org.springframework.ldap.core.DirContextAdapter parentContainer, DirectoryContainer container)
          Given a DirContextAdapter representing an LDAP object, fetches all the members and sets them as the members of container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualFetcher

public DualFetcher(MemberFetcher fetcher1,
                   MemberFetcher fetcher2)
Method Detail

addMembers

public void addMembers(org.springframework.ldap.core.DirContextAdapter parentContainer,
                       DirectoryContainer container)
Description copied from interface: MemberFetcher
Given a DirContextAdapter representing an LDAP object, fetches all the members and sets them as the members of container.

Specified by:
addMembers in interface MemberFetcher


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.