Class InfinispanUserCacheProviderFactory
java.lang.Object
org.keycloak.models.cache.infinispan.InfinispanUserCacheProviderFactory
- All Implemented Interfaces:
UserCacheProviderFactory,ProviderFactory<UserCache>
- Author:
- Stian Thorgersen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringprotected UserCacheManager -
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
getConfigMetadata, order
-
Field Details
-
USER_CLEAR_CACHE_EVENTS
- See Also:
-
USER_INVALIDATION_EVENTS
- See Also:
-
userCache
-
-
Constructor Details
-
InfinispanUserCacheProviderFactory
public InfinispanUserCacheProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<UserCache>
-
init
- Specified by:
initin interfaceProviderFactory<UserCache>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<UserCache>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<UserCache>
-
getId
- Specified by:
getIdin interfaceProviderFactory<UserCache>
-