public class InfinispanUserLoginFailureProviderFactory extends Object implements UserLoginFailureProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
static String |
REALM_REMOVED_SESSION_EVENT |
static String |
REMOVE_ALL_LOGIN_FAILURES_EVENT |
| Constructor and Description |
|---|
InfinispanUserLoginFailureProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkRemoteCaches(KeycloakSession session) |
void |
close()
This is called when the server shuts down.
|
UserLoginFailureProvider |
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 String PROVIDER_ID
public static final String REALM_REMOVED_SESSION_EVENT
public static final String REMOVE_ALL_LOGIN_FAILURES_EVENT
public InfinispanUserLoginFailureProviderFactory()
public UserLoginFailureProvider create(KeycloakSession session)
create in interface ProviderFactory<UserLoginFailureProvider>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<UserLoginFailureProvider>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<UserLoginFailureProvider>protected void registerClusterListeners(KeycloakSession session)
protected void checkRemoteCaches(KeycloakSession session)
public void close()
ProviderFactoryclose in interface ProviderFactory<UserLoginFailureProvider>public String getId()
getId in interface ProviderFactory<UserLoginFailureProvider>public int order()
order in interface ProviderFactory<UserLoginFailureProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.