public class InfinispanAuthenticationSessionProviderFactory extends Object implements AuthenticationSessionProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_SESSION_EVENTS |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String AUTHENTICATION_SESSION_EVENTS
public InfinispanAuthenticationSessionProviderFactory()
public void init(Config.Scope config)
init in interface ProviderFactory<AuthenticationSessionProvider>public AuthenticationSessionProvider create(KeycloakSession session)
create in interface ProviderFactory<AuthenticationSessionProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<AuthenticationSessionProvider>public void close()
close in interface ProviderFactory<AuthenticationSessionProvider>public String getId()
getId in interface ProviderFactory<AuthenticationSessionProvider>Copyright © 2017 JBoss by Red Hat. All rights reserved.