public class AzureAdDirectoryInstanceLoaderImpl extends AbstractDirectoryInstanceLoader implements AzureAdDirectoryInstanceLoader
AzureAdDirectory for use at runtime by the Crowd security server.| Constructor and Description |
|---|
AzureAdDirectoryInstanceLoaderImpl(InstanceFactory instanceFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canLoad(String className) |
RemoteDirectory |
getRawDirectory(Long id,
String className,
Map<String,String> attributes)
Loads a guaranteed un-cached directory implementation for a specific configuration.
|
getDirectoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDirectorypublic AzureAdDirectoryInstanceLoaderImpl(InstanceFactory instanceFactory)
public RemoteDirectory getRawDirectory(Long id, String className, Map<String,String> attributes) throws DirectoryInstantiationException
DirectoryInstanceLoadergetRawDirectory in interface DirectoryInstanceLoaderid - Directory IDclassName - class name of directory.attributes - the configuration attributes to pass to the RemoteDirectoryDirectoryInstantiationException - if a RemoteDirectory implementation can not be loaded.public boolean canLoad(String className)
canLoad in interface DirectoryInstanceLoaderclassName - class name of directory.true iff the directory can load the directory of the specified class.Copyright © 2024 Atlassian. All rights reserved.