Class InfinispanCacheStoreFactoryProviderFactory
java.lang.Object
org.keycloak.models.cache.infinispan.authorization.InfinispanCacheStoreFactoryProviderFactory
- All Implemented Interfaces:
CachedStoreProviderFactory,ProviderFactory<CachedStoreFactoryProvider>
public class InfinispanCacheStoreFactoryProviderFactory
extends Object
implements CachedStoreProviderFactory
- Author:
- Bill Burke, Stian Thorgersen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringprotected StoreFactoryCacheManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Field Details
-
AUTHORIZATION_CLEAR_CACHE_EVENTS
- See Also:
-
AUTHORIZATION_INVALIDATION_EVENTS
- See Also:
-
storeCache
-
-
Constructor Details
-
InfinispanCacheStoreFactoryProviderFactory
public InfinispanCacheStoreFactoryProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<CachedStoreFactoryProvider>
-
init
- Specified by:
initin interfaceProviderFactory<CachedStoreFactoryProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<CachedStoreFactoryProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<CachedStoreFactoryProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<CachedStoreFactoryProvider>
-