public abstract class AbstractClientAuthenticator extends Object implements ClientAuthenticator, ClientAuthenticatorFactory
REQUIREMENT_CHOICES| Constructor and Description |
|---|
AbstractClientAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
ClientAuthenticator |
create() |
ClientAuthenticator |
create(KeycloakSession session) |
String |
getReferenceCategory()
General authenticator type, i.e.
|
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
boolean |
isUserSetupAllowed()
Does this authenticator have required actions that can set if the user does not have
this authenticator set up?
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticateClientgetAdapterConfiguration, getConfigPropertiesPerClient, getProtocolAuthenticatorMethods, isConfigurablegetId, ordergetDisplayType, getRequirementChoicesgetConfigProperties, getHelpTextpublic ClientAuthenticator create()
create in interface ClientAuthenticatorFactorypublic void close()
ProviderFactoryclose in interface Providerclose in interface ProviderFactory<ClientAuthenticator>public ClientAuthenticator create(KeycloakSession session)
create in interface ProviderFactory<ClientAuthenticator>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<ClientAuthenticator>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<ClientAuthenticator>public boolean isUserSetupAllowed()
ConfigurableAuthenticatorFactoryisUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic String getReferenceCategory()
ConfigurableAuthenticatorFactorygetReferenceCategory in interface ConfigurableAuthenticatorFactoryCopyright © 2021 JBoss by Red Hat. All rights reserved.