com.atlassian.crowd.directory.loader
Class AbstractDirectoryInstanceLoader
java.lang.Object
com.atlassian.crowd.directory.loader.AbstractDirectoryInstanceLoader
- All Implemented Interfaces:
- DirectoryInstanceLoader
- Direct Known Subclasses:
- DelegatedAuthenticationDirectoryInstanceLoaderImpl, InternalDirectoryInstanceLoaderImpl
public abstract class AbstractDirectoryInstanceLoader
- extends Object
- implements DirectoryInstanceLoader
An abstract implementation of DirectoryInstanceLoader which provides a default implementation
of getDirectory(Directory)
- Since:
- v2.8
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDirectoryInstanceLoader
public AbstractDirectoryInstanceLoader()
getDirectory
public RemoteDirectory getDirectory(Directory directory)
throws DirectoryInstantiationException
- Specified by:
getDirectory in interface DirectoryInstanceLoader
- Throws:
DirectoryInstantiationException
Copyright © 2016 Atlassian. All Rights Reserved.