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()
General authenticator type, i.e.
|
void |
init(Config.Scope config) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticateClientgetAdapterConfiguration, getConfigPropertiesPerClient, 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()
ConfigurableAuthenticatorFactoryisUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic String getReferenceCategory()
ConfigurableAuthenticatorFactorygetReferenceCategory in interface ConfigurableAuthenticatorFactoryCopyright © 2016 JBoss by Red Hat. All rights reserved.