Package org.keycloak.models.jpa
Class JpaRealmProviderFactory
java.lang.Object
org.keycloak.models.jpa.JpaRealmProviderFactory
- All Implemented Interfaces:
RealmProviderFactory
,ProviderEventListener
,ProviderFactory
public class JpaRealmProviderFactory
extends Object
implements RealmProviderFactory, ProviderEventListener
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.create
(KeycloakSession session) getId()
void
init
(Config.Scope config) Only called once when the factory is first created.void
onEvent
(ProviderEvent event) int
order()
void
postInit
(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
PROVIDER_PRIORITY
public static final int PROVIDER_PRIORITY- See Also:
-
-
Constructor Details
-
JpaRealmProviderFactory
public JpaRealmProviderFactory()
-
-
Method Details
-
init
Description copied from interface:ProviderFactory
Only called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
init
in interfaceProviderFactory
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory
-
getId
- Specified by:
getId
in interfaceProviderFactory
-
create
- Specified by:
create
in interfaceProviderFactory
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProviderFactory
-
onEvent
- Specified by:
onEvent
in interfaceProviderEventListener
-
order
public int order()- Specified by:
order
in interfaceProviderFactory
-