public abstract class AbstractClientAuthenticator extends Object implements ClientAuthenticator, ClientAuthenticatorFactory
REQUIREMENT_CHOICES
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, wait
authenticateClient
getAdapterConfiguration, getConfigPropertiesPerClient, getProtocolAuthenticatorMethods, isConfigurable
getId, order
getDisplayType, getRequirementChoices
getConfigProperties, getHelpText
public ClientAuthenticator create()
create
in interface ClientAuthenticatorFactory
public void close()
close
in interface Provider
close
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 ConfigurableAuthenticatorFactory
public String getReferenceCategory()
getReferenceCategory
in interface ConfigurableAuthenticatorFactory
Copyright © 2021 JBoss by Red Hat. All rights reserved.