Class AbstractX509ClientCertificateAuthenticatorFactory
java.lang.Object
org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactory
- All Implemented Interfaces:
org.keycloak.authentication.AuthenticatorFactory,org.keycloak.authentication.ConfigurableAuthenticatorFactory,org.keycloak.provider.ConfiguredProvider,org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
- Direct Known Subclasses:
ValidateX509CertificateUsernameFactory,X509ClientCertificateAuthenticatorFactory
public abstract class AbstractX509ClientCertificateAuthenticatorFactory
extends Object
implements org.keycloak.authentication.AuthenticatorFactory
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final List<org.keycloak.provider.ProviderConfigProperty>Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
REQUIREMENT_CHOICES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
getDisplayType, getOptionalReferenceCategories, getRequirementChoicesMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig, getHelpTextMethods inherited from interface org.keycloak.provider.ProviderFactory
create, dependsOn, getConfigMetadata, getId, order
-
Field Details
-
configProperties
-
-
Constructor Details
-
AbstractX509ClientCertificateAuthenticatorFactory
public AbstractX509ClientCertificateAuthenticatorFactory()
-
-
Method Details
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceorg.keycloak.provider.ConfiguredProvider
-
getReferenceCategory
- Specified by:
getReferenceCategoryin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
isConfigurable
public boolean isConfigurable()- Specified by:
isConfigurablein interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
isUserSetupAllowed
public boolean isUserSetupAllowed()- Specified by:
isUserSetupAllowedin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
init
public void init(org.keycloak.Config.Scope config) - Specified by:
initin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
-
postInit
public void postInit(org.keycloak.models.KeycloakSessionFactory factory) - Specified by:
postInitin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
-
close
public void close()- Specified by:
closein interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
-