public class InfinispanAuthenticationSessionProviderFactory extends Object implements AuthenticationSessionProviderFactory
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATION_SESSION_EVENTS |
static String |
CLIENT_REMOVED_AUTHSESSION_EVENT |
static String |
PROVIDER_ID |
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.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
protected void |
registerClusterListeners(KeycloakSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String PROVIDER_ID
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)
ProviderFactory
init
in interface ProviderFactory<AuthenticationSessionProvider>
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<AuthenticationSessionProvider>
protected void registerClusterListeners(KeycloakSession session)
public AuthenticationSessionProvider create(KeycloakSession session)
create
in interface ProviderFactory<AuthenticationSessionProvider>
public void close()
ProviderFactory
close
in interface ProviderFactory<AuthenticationSessionProvider>
public String getId()
getId
in interface ProviderFactory<AuthenticationSessionProvider>
Copyright © 2020 JBoss by Red Hat. All rights reserved.