com.atlassian.crowd.directory.loader
Class DelegatingDirectoryInstanceLoader

java.lang.Object
  extended by com.atlassian.crowd.directory.loader.DelegatingDirectoryInstanceLoader
All Implemented Interfaces:
DirectoryInstanceLoader

public class DelegatingDirectoryInstanceLoader
extends java.lang.Object
implements DirectoryInstanceLoader

Iterative directory instance loader.


Constructor Summary
DelegatingDirectoryInstanceLoader(InternalDirectoryInstanceLoader internalDirectoryInstanceLoader, InternalHybridDirectoryInstanceLoader ldapInternalHybridDirectoryInstanceLoader)
          Pico-friendly constructor.
DelegatingDirectoryInstanceLoader(InternalDirectoryInstanceLoader internalDirectoryInstanceLoader, InternalHybridDirectoryInstanceLoader ldapInternalHybridDirectoryInstanceLoader, DelegatedAuthenticationDirectoryInstanceLoader delegatedAuthenticationDirectoryInstanceLoader)
          Pico-friendly constructor.
DelegatingDirectoryInstanceLoader(java.util.List<DirectoryInstanceLoader> loaders)
          Creates a new instance of DelegatingDirectoryInstanceLoader.
 
Method Summary
 boolean canLoad(java.lang.String className)
           
 RemoteDirectory getDirectory(Directory directory)
           
 RemoteDirectory getRawDirectory(java.lang.Long id, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingDirectoryInstanceLoader

public DelegatingDirectoryInstanceLoader(java.util.List<DirectoryInstanceLoader> loaders)
Creates a new instance of DelegatingDirectoryInstanceLoader. Spring-friendly.

Parameters:
loaders - list of delegate directory instance loaders.

DelegatingDirectoryInstanceLoader

public DelegatingDirectoryInstanceLoader(InternalDirectoryInstanceLoader internalDirectoryInstanceLoader,
                                         InternalHybridDirectoryInstanceLoader ldapInternalHybridDirectoryInstanceLoader,
                                         DelegatedAuthenticationDirectoryInstanceLoader delegatedAuthenticationDirectoryInstanceLoader)
Pico-friendly constructor. Because Pico can not accept list arguments in its constructor it instead hard-codes the two delegate loaders that JIRA needs. This constructor must have more arguments than the spring-friendly constructor for Pico to find it.

Parameters:
internalDirectoryInstanceLoader - loads an internal directory instance
ldapInternalHybridDirectoryInstanceLoader - loads a directory with caching capabilities (using an internal directory)
delegatedAuthenticationDirectoryInstanceLoader - loads a DelegatedAuthenticationDirectory instance

DelegatingDirectoryInstanceLoader

public DelegatingDirectoryInstanceLoader(InternalDirectoryInstanceLoader internalDirectoryInstanceLoader,
                                         InternalHybridDirectoryInstanceLoader ldapInternalHybridDirectoryInstanceLoader)
Pico-friendly constructor. Because Pico can not accept list arguments in its constructor it instead hard-codes the two delegate loaders that JIRA needs. This constructor must have more arguments than the spring-friendly constructor for Pico to find it.

Parameters:
internalDirectoryInstanceLoader - the internal directory in which to do the caching
ldapInternalHybridDirectoryInstanceLoader - loads a directory with caching capabilities (using an internal directory)
Method Detail

getDirectory

public RemoteDirectory getDirectory(Directory directory)
                             throws DirectoryInstantiationException
Specified by:
getDirectory in interface DirectoryInstanceLoader
Throws:
DirectoryInstantiationException

getRawDirectory

public RemoteDirectory getRawDirectory(java.lang.Long id,
                                       java.lang.String className,
                                       java.util.Map<java.lang.String,java.lang.String> attributes)
                                throws DirectoryInstantiationException
Specified by:
getRawDirectory in interface DirectoryInstanceLoader
Throws:
DirectoryInstantiationException

canLoad

public boolean canLoad(java.lang.String className)
Specified by:
canLoad in interface DirectoryInstanceLoader


Copyright © 2012 Atlassian. All Rights Reserved.