public abstract class AbstractClientAuthenticator extends Object implements ClientAuthenticator, ClientAuthenticatorFactory
| Constructor and Description |
|---|
AbstractClientAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ClientAuthenticator |
create() |
ClientAuthenticator |
create(KeycloakSession session) |
String |
getReferenceCategory() |
void |
init(Config.Scope config) |
boolean |
isUserSetupAllowed() |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticateClientgetAdapterConfiguration, getConfigPropertiesPerClient, getProtocolAuthenticatorMethods, isConfigurablegetIdgetDisplayType, getRequirementChoicesgetConfigProperties, getHelpTextpublic ClientAuthenticator create()
create in interface ClientAuthenticatorFactorypublic void close()
close in interface Providerclose in interface ProviderFactory<ClientAuthenticator>public ClientAuthenticator create(KeycloakSession session)
create in interface ProviderFactory<ClientAuthenticator>public void init(Config.Scope config)
init in interface ProviderFactory<ClientAuthenticator>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<ClientAuthenticator>public boolean isUserSetupAllowed()
isUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic String getReferenceCategory()
getReferenceCategory in interface ConfigurableAuthenticatorFactoryCopyright © 2017 JBoss by Red Hat. All rights reserved.