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

    Fields
    Modifier and Type
    Field
    Description
    protected static final List<org.keycloak.provider.ProviderConfigProperty>
     

    Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory

    REQUIREMENT_CHOICES
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    List<org.keycloak.provider.ProviderConfigProperty>
     
     
    void
    init(org.keycloak.Config.Scope config)
     
    boolean
     
    boolean
     
    void
    postInit(org.keycloak.models.KeycloakSessionFactory factory)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory

    getDisplayType, getOptionalReferenceCategories, getRequirementChoices

    Methods inherited from interface org.keycloak.provider.ConfiguredProvider

    getConfig, getHelpText

    Methods inherited from interface org.keycloak.provider.ProviderFactory

    create, dependsOn, getConfigMetadata, getId, order
  • Field Details

    • configProperties

      protected static final List<org.keycloak.provider.ProviderConfigProperty> configProperties
  • Constructor Details

    • AbstractX509ClientCertificateAuthenticatorFactory

      public AbstractX509ClientCertificateAuthenticatorFactory()
  • Method Details

    • getConfigProperties

      public List<org.keycloak.provider.ProviderConfigProperty> getConfigProperties()
      Specified by:
      getConfigProperties in interface org.keycloak.provider.ConfiguredProvider
    • getReferenceCategory

      public String getReferenceCategory()
      Specified by:
      getReferenceCategory in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
    • isConfigurable

      public boolean isConfigurable()
      Specified by:
      isConfigurable in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
    • isUserSetupAllowed

      public boolean isUserSetupAllowed()
      Specified by:
      isUserSetupAllowed in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
    • init

      public void init(org.keycloak.Config.Scope config)
      Specified by:
      init in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
    • postInit

      public void postInit(org.keycloak.models.KeycloakSessionFactory factory)
      Specified by:
      postInit in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
    • close

      public void close()
      Specified by:
      close in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>