public class DefaultBruteForceProtectorFactory extends Object implements BruteForceProtectorFactory
| Constructor and Description |
|---|
DefaultBruteForceProtectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BruteForceProtector |
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 BruteForceProtector create(KeycloakSession session)
create in interface ProviderFactory<BruteForceProtector>public void init(Config.Scope config)
init in interface ProviderFactory<BruteForceProtector>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<BruteForceProtector>public void close()
close in interface ProviderFactory<BruteForceProtector>public String getId()
getId in interface ProviderFactory<BruteForceProtector>Copyright © 2018 JBoss by Red Hat. All rights reserved.