public class CachingProfileProvider extends ChainedProfileProvider implements com.atlassian.user.cache.CacheFactoryAware
CacheAwarePropertySet
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
CACHE_KEY_PROFILE_PROVIDER_HANDLES |
static String |
CACHE_KEY_PROFILE_PROVIDER_PROPERTY_SETS |
static String |
CACHE_KEY_PROPERTY_SETS_REFERENCES_CACHE |
Constructor and Description |
---|
CachingProfileProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
create(String name) |
void |
flushCaches() |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet(String name) |
boolean |
handles(String name) |
boolean |
init(Properties properties)
HACK: LDAPCredentialsProvider.handles() calls UserManager.getInstance().getCredentialsProviders() which triggers
of an initialisation of all providers in osuser.xml (including this one) Initialisation is done via this init()
method, so we need to ensure a cacheManager is available so that this caching provider is initialised correctly
(normally, we have CachingAccessProvider instantiated and initialised by altassian-user's
DefaultOSUConfigurationLoader.addProvider())
|
boolean |
remove(String name) |
void |
setCacheFactory(com.atlassian.cache.CacheFactory cacheFactory) |
getNextProfileProvider, getProviderClass
getNextProvider, list, load, store
public static final String CACHE_KEY_PROFILE_PROVIDER_HANDLES
public static final String CACHE_KEY_PROFILE_PROVIDER_PROPERTY_SETS
public static final String CACHE_KEY_PROPERTY_SETS_REFERENCES_CACHE
public boolean init(Properties properties)
init
in interface com.opensymphony.user.provider.UserProvider
init
in class ChainedUserProvider
properties
- initialisation properties for this provider, and subsequent
providers in the chain.public boolean handles(String name)
handles
in interface com.opensymphony.user.provider.UserProvider
handles
in class ChainedUserProvider
public boolean create(String name)
create
in interface com.opensymphony.user.provider.UserProvider
create
in class ChainedUserProvider
public boolean remove(String name)
remove
in interface com.opensymphony.user.provider.UserProvider
remove
in class ChainedUserProvider
public void flushCaches()
flushCaches
in interface com.opensymphony.user.provider.UserProvider
flushCaches
in class ChainedUserProvider
public com.opensymphony.module.propertyset.PropertySet getPropertySet(String name)
getPropertySet
in interface com.opensymphony.user.provider.ProfileProvider
getPropertySet
in class ChainedProfileProvider
public void setCacheFactory(com.atlassian.cache.CacheFactory cacheFactory)
setCacheFactory
in interface com.atlassian.user.cache.CacheFactoryAware
Copyright © 2003–2016 Atlassian. All rights reserved.