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() |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getReferenceCategory() |
void |
init(Config.Scope config) |
boolean |
isConfigurable() |
boolean |
isUserSetupAllowed() |
void |
postInit(KeycloakSessionFactory factory) |
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()
getReferenceCategory in interface ConfigurableAuthenticatorFactorypublic boolean isConfigurable()
isConfigurable in interface ConfigurableAuthenticatorFactorypublic boolean isUserSetupAllowed()
isUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic void init(Config.Scope config)
init in interface ProviderFactory<Authenticator>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<Authenticator>public void close()
close in interface ProviderFactory<Authenticator>Copyright © 2020 JBoss by Red Hat. All rights reserved.