public class JPAAuthorizationStoreFactory extends Object implements AuthorizationStoreFactory
| Constructor and Description |
|---|
JPAAuthorizationStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
StoreFactory |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
int |
order() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostInit, registerSynchronizationListenerspublic StoreFactory create(KeycloakSession session)
create in interface ProviderFactory<StoreFactory>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<StoreFactory>public void close()
ProviderFactoryclose in interface ProviderFactory<StoreFactory>public String getId()
getId in interface ProviderFactory<StoreFactory>public int order()
order in interface ProviderFactory<StoreFactory>Copyright © 2021 JBoss by Red Hat. All rights reserved.