public class

JiraJdbcRemoteDirectoryInstanceLoader

extends Object
implements DirectoryInstanceLoader
java.lang.Object
   ↳ com.atlassian.confluence.user.crowd.jira.JiraJdbcRemoteDirectoryInstanceLoader

Class Overview

Loader for the JiraJdbcRemoteDirectory. The directory has only ever been tested behind the DbCachingRemoteDirectory, so you should not expose this loader directly to the crowd service: always load it behind the cache.

Summary

Public Constructors
JiraJdbcRemoteDirectoryInstanceLoader()
Public Methods
boolean canLoad(String className)
RemoteDirectory getDirectory(Directory directory)
RemoteDirectory getRawDirectory(Long id, String implementationClassName, Map<StringString> attributes)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.crowd.directory.loader.DirectoryInstanceLoader

Public Constructors

public JiraJdbcRemoteDirectoryInstanceLoader ()

Public Methods

public boolean canLoad (String className)

public RemoteDirectory getDirectory (Directory directory)

public RemoteDirectory getRawDirectory (Long id, String implementationClassName, Map<StringString> attributes)