Class DelegatedAuthenticationDirectoryInstanceLoaderImpl
java.lang.Object
com.atlassian.crowd.directory.loader.AbstractDirectoryInstanceLoader
com.atlassian.crowd.directory.loader.DelegatedAuthenticationDirectoryInstanceLoaderImpl
- All Implemented Interfaces:
DelegatedAuthenticationDirectoryInstanceLoader,DirectoryInstanceLoader
public class DelegatedAuthenticationDirectoryInstanceLoaderImpl
extends AbstractDirectoryInstanceLoader
implements DelegatedAuthenticationDirectoryInstanceLoader
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatedAuthenticationDirectoryInstanceLoaderImpl(LDAPDirectoryInstanceLoader ldapDirectoryInstanceLoader, InternalDirectoryInstanceLoader internalDirectoryInstanceLoader, com.atlassian.event.api.EventPublisher eventPublisher, DirectoryDao directoryDao) -
Method Summary
-
Constructor Details
-
DelegatedAuthenticationDirectoryInstanceLoaderImpl
public DelegatedAuthenticationDirectoryInstanceLoaderImpl(LDAPDirectoryInstanceLoader ldapDirectoryInstanceLoader, InternalDirectoryInstanceLoader internalDirectoryInstanceLoader, com.atlassian.event.api.EventPublisher eventPublisher, DirectoryDao directoryDao)
-
-
Method Details
-
getDirectory
- Specified by:
getDirectoryin interfaceDirectoryInstanceLoader- Overrides:
getDirectoryin classAbstractDirectoryInstanceLoader- Throws:
DirectoryInstantiationException
-
getRawDirectory
public RemoteDirectory getRawDirectory(Long id, String className, Map<String, String> attributes) throws DirectoryInstantiationException- Specified by:
getRawDirectoryin interfaceDirectoryInstanceLoader- Throws:
DirectoryInstantiationException
-
canLoad
- Specified by:
canLoadin interfaceDirectoryInstanceLoader
-