public class JpaUserSessionPersisterProviderFactory extends Object implements UserSessionPersisterProviderFactory
| Constructor and Description |
|---|
JpaUserSessionPersisterProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
UserSessionPersisterProvider |
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, waitpostInitpublic static final String ID
public JpaUserSessionPersisterProviderFactory()
public UserSessionPersisterProvider create(KeycloakSession session)
create in interface ProviderFactory<UserSessionPersisterProvider>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<UserSessionPersisterProvider>public void close()
ProviderFactoryclose in interface ProviderFactory<UserSessionPersisterProvider>public String getId()
getId in interface ProviderFactory<UserSessionPersisterProvider>public int order()
order in interface ProviderFactory<UserSessionPersisterProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.