com.atlassian.crowd.manager.recovery
Class RecoveryModeDirectoryLoader

java.lang.Object
  extended by com.atlassian.crowd.manager.recovery.RecoveryModeDirectoryLoader
All Implemented Interfaces:
DirectoryInstanceLoader

public class RecoveryModeDirectoryLoader
extends Object
implements DirectoryInstanceLoader


Constructor Summary
RecoveryModeDirectoryLoader()
           
 
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

RecoveryModeDirectoryLoader

public RecoveryModeDirectoryLoader()
Method Detail

getDirectory

public RemoteDirectory getDirectory(Directory directory)
                             throws DirectoryInstantiationException
Specified by:
getDirectory in interface DirectoryInstanceLoader
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.