Package org.keycloak.events.jpa
Class JpaEventStoreProviderFactory
java.lang.Object
org.keycloak.events.jpa.JpaEventStoreProviderFactory
- All Implemented Interfaces:
EventStoreProviderFactory,InvalidationHandler,ProviderFactory<EventStoreProvider>
public class JpaEventStoreProviderFactory
extends Object
implements EventStoreProviderFactory, InvalidationHandler
- Author:
- Stian Thorgersen
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.provider.InvalidationHandler
InvalidationHandler.InvalidableObjectType, InvalidationHandler.ObjectType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) voidinvalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... params) 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
-
ID
- See Also:
-
-
Constructor Details
-
JpaEventStoreProviderFactory
public JpaEventStoreProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<EventStoreProvider>
-
init
- Specified by:
initin interfaceProviderFactory<EventStoreProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<EventStoreProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<EventStoreProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<EventStoreProvider>
-
invalidate
public void invalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... params) - Specified by:
invalidatein interfaceInvalidationHandler
-