|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.integration.service.cache.CachingManagerFactory
public class CachingManagerFactory
Constructor Summary | |
---|---|
CachingManagerFactory()
|
Method Summary | |
---|---|
static AuthenticationManager |
getAuthenticationManagerInstance()
Retrieve a singleton instance of the Authentication Manager |
static BasicCache |
getCache()
|
static CacheExpiryManager |
getCacheExpiryManagerInstance()
|
protected static CachingGroupManager |
getGroupManager()
Split out so implementations can be overriden by subclasses. |
static GroupManager |
getGroupManagerInstance()
|
protected static CachingGroupMembershipManager |
getGroupMembershipManager()
Split out so implementations can be overriden by subclasses. |
static GroupMembershipManager |
getGroupMembershipManagerInstance()
|
protected static CachingUserManager |
getUserManager()
Split out so implementations can be overriden by subclasses. |
static UserManager |
getUserManagerInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachingManagerFactory()
Method Detail |
---|
protected static CachingGroupMembershipManager getGroupMembershipManager()
protected static CachingUserManager getUserManager()
protected static CachingGroupManager getGroupManager()
public static AuthenticationManager getAuthenticationManagerInstance()
public static UserManager getUserManagerInstance()
public static GroupManager getGroupManagerInstance()
public static GroupMembershipManager getGroupMembershipManagerInstance()
public static CacheExpiryManager getCacheExpiryManagerInstance()
public static BasicCache getCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |