com.atlassian.crowd.directory.loader
Class CustomDirectoryInstanceLoader
java.lang.Object
com.atlassian.crowd.directory.loader.AbstractDirectoryInstanceLoader
com.atlassian.crowd.directory.loader.CustomDirectoryInstanceLoader
- All Implemented Interfaces:
- DirectoryInstanceLoader
public class CustomDirectoryInstanceLoader
- extends AbstractDirectoryInstanceLoader
- implements DirectoryInstanceLoader
CustomDirectoryInstanceLoader loads a RemoteDirectory by using an InstanceFactory
to create a RemoteDirectory.
- Since:
- v2.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomDirectoryInstanceLoader
public CustomDirectoryInstanceLoader(InstanceFactory instanceFactory)
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.