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() |
AuthenticationSessionProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
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)
init
in interface ProviderFactory<AuthenticationSessionProvider>
public void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<AuthenticationSessionProvider>
protected void registerClusterListeners(KeycloakSession session)
public AuthenticationSessionProvider create(KeycloakSession session)
create
in interface ProviderFactory<AuthenticationSessionProvider>
public void close()
close
in interface ProviderFactory<AuthenticationSessionProvider>
public String getId()
getId
in interface ProviderFactory<AuthenticationSessionProvider>
Copyright © 2020 JBoss by Red Hat. All rights reserved.