public class InfinispanAuthenticationSessionProviderFactory extends Object implements AuthenticationSessionProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_SESSIONS_LIMIT |
static String |
AUTHENTICATION_SESSION_EVENTS |
static String |
CLIENT_REMOVED_AUTHSESSION_EVENT |
static int |
DEFAULT_AUTH_SESSIONS_LIMIT |
static String |
PROVIDER_ID |
static int |
PROVIDER_PRIORITY |
static String |
REALM_REMOVED_AUTHSESSION_EVENT |
| Constructor and Description |
|---|
InfinispanAuthenticationSessionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
AuthenticationSessionProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
int |
order() |
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
protected void |
registerClusterListeners(KeycloakSession session) |
public static final int PROVIDER_PRIORITY
public static final String PROVIDER_ID
public static final String AUTH_SESSIONS_LIMIT
public static final int DEFAULT_AUTH_SESSIONS_LIMIT
public static final String AUTHENTICATION_SESSION_EVENTS
public static final String REALM_REMOVED_AUTHSESSION_EVENT
public static final String CLIENT_REMOVED_AUTHSESSION_EVENT
public InfinispanAuthenticationSessionProviderFactory()
public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<AuthenticationSessionProvider>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<AuthenticationSessionProvider>protected void registerClusterListeners(KeycloakSession session)
public AuthenticationSessionProvider create(KeycloakSession session)
create in interface ProviderFactory<AuthenticationSessionProvider>public void close()
ProviderFactoryclose in interface ProviderFactory<AuthenticationSessionProvider>public String getId()
getId in interface ProviderFactory<AuthenticationSessionProvider>public int order()
order in interface ProviderFactory<AuthenticationSessionProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.