public abstract class AbstractX509ClientCertificateAuthenticatorFactory extends Object implements AuthenticatorFactory
| Modifier and Type | Field and Description |
|---|---|
protected static List<ProviderConfigProperty> |
configProperties |
protected static ServicesLogger |
logger |
REQUIREMENT_CHOICES| Constructor and Description |
|---|
AbstractX509ClientCertificateAuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getReferenceCategory()
General authenticator type, i.e.
|
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
boolean |
isConfigurable()
Is this authenticator configurable?
|
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, waitcreate, getId, ordergetDisplayType, getRequirementChoicesgetHelpTextprotected static ServicesLogger logger
protected static final List<ProviderConfigProperty> configProperties
public AbstractX509ClientCertificateAuthenticatorFactory()
public List<ProviderConfigProperty> getConfigProperties()
getConfigProperties in interface ConfiguredProviderpublic String getReferenceCategory()
ConfigurableAuthenticatorFactorygetReferenceCategory in interface ConfigurableAuthenticatorFactorypublic boolean isConfigurable()
ConfigurableAuthenticatorFactoryisConfigurable in interface ConfigurableAuthenticatorFactorypublic boolean isUserSetupAllowed()
ConfigurableAuthenticatorFactoryisUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<Authenticator>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<Authenticator>public void close()
ProviderFactoryclose in interface ProviderFactory<Authenticator>Copyright © 2021 JBoss by Red Hat. All rights reserved.