Class JPAAuthorizationStoreFactory
java.lang.Object
org.keycloak.authorization.jpa.store.JPAAuthorizationStoreFactory
- All Implemented Interfaces:
AuthorizationStoreFactory
,ProviderFactory<StoreFactory>
- Author:
- Pedro Igor
-
Constructor Summary
Constructors -
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.int
order()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.authorization.store.AuthorizationStoreFactory
postInit, registerSynchronizationListeners
Methods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata
-
Constructor Details
-
JPAAuthorizationStoreFactory
public JPAAuthorizationStoreFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<StoreFactory>
-
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<StoreFactory>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProviderFactory<StoreFactory>
-
getId
- Specified by:
getId
in interfaceProviderFactory<StoreFactory>
-
order
public int order()- Specified by:
order
in interfaceProviderFactory<StoreFactory>
-