com.atlassian.crowd.directory.loader
Class DelegatedAuthenticationDirectoryInstanceLoaderImpl

java.lang.Object
  extended by com.atlassian.crowd.directory.loader.AbstractDirectoryInstanceLoader
      extended by com.atlassian.crowd.directory.loader.DelegatedAuthenticationDirectoryInstanceLoaderImpl
All Implemented Interfaces:
DelegatedAuthenticationDirectoryInstanceLoader, DirectoryInstanceLoader

public class DelegatedAuthenticationDirectoryInstanceLoaderImpl
extends AbstractDirectoryInstanceLoader
implements DelegatedAuthenticationDirectoryInstanceLoader


Constructor Summary
DelegatedAuthenticationDirectoryInstanceLoaderImpl(LDAPDirectoryInstanceLoader ldapDirectoryInstanceLoader, InternalDirectoryInstanceLoader internalDirectoryInstanceLoader, com.atlassian.event.api.EventPublisher eventPublisher, DirectoryDao directoryDao)
           
 
Method Summary
 boolean canLoad(String className)
           
 RemoteDirectory getDirectory(Directory directory)
           
 RemoteDirectory getRawDirectory(Long id, String className, Map<String,String> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatedAuthenticationDirectoryInstanceLoaderImpl

public DelegatedAuthenticationDirectoryInstanceLoaderImpl(LDAPDirectoryInstanceLoader ldapDirectoryInstanceLoader,
                                                          InternalDirectoryInstanceLoader internalDirectoryInstanceLoader,
                                                          com.atlassian.event.api.EventPublisher eventPublisher,
                                                          DirectoryDao directoryDao)
Method Detail

getDirectory

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

getRawDirectory

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

canLoad

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


Copyright © 2016 Atlassian. All Rights Reserved.