|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.directory.StaticDirectoryInstanceLoader
public class StaticDirectoryInstanceLoader
Loads an implementation of a RemoteDirectory for use at runtime
by the Crowd security server.
| Constructor Summary | |
|---|---|
StaticDirectoryInstanceLoader()
|
|
| Method Summary | |
|---|---|
static RemoteDirectory |
getDirectory(Directory directory)
Loads the implementation class for a specific Directory. |
static RemoteDirectory |
getDirectory(java.lang.String clazzName,
java.util.Map directoryAttributes,
java.lang.Long id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticDirectoryInstanceLoader()
| Method Detail |
|---|
public static RemoteDirectory getDirectory(Directory directory)
throws DirectoryInstantiationException
Directory.
directory - The directory to load the RemoteDirectory implementation.
DirectoryInstantiationException - If the RemoteDirectory implementation could not be loaded.
public static RemoteDirectory getDirectory(java.lang.String clazzName,
java.util.Map directoryAttributes,
java.lang.Long id)
throws DirectoryInstantiationException
DirectoryInstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||