Class X509ClientCertificateAuthenticatorFactory
- java.lang.Object
- 
- org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactory
- 
- org.keycloak.authentication.authenticators.x509.X509ClientCertificateAuthenticatorFactory
 
 
- 
- All Implemented Interfaces:
- AuthenticatorFactory,- ConfigurableAuthenticatorFactory,- ConfiguredProvider,- ProviderFactory<Authenticator>
 
 public class X509ClientCertificateAuthenticatorFactory extends AbstractX509ClientCertificateAuthenticatorFactory - Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_IDstatic X509ClientCertificateAuthenticatorSINGLETON- 
Fields inherited from class org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactoryconfigProperties, logger
 - 
Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactoryREQUIREMENT_CHOICES
 
- 
 - 
Constructor SummaryConstructors Constructor Description X509ClientCertificateAuthenticatorFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Authenticatorcreate(KeycloakSession session)StringgetDisplayType()Friendly name for the authenticatorStringgetHelpText()StringgetId()AuthenticationExecutionModel.Requirement[]getRequirementChoices()What requirement settings are allowed.- 
Methods inherited from class org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactoryclose, getConfigProperties, getReferenceCategory, init, isConfigurable, isUserSetupAllowed, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 - 
SINGLETONpublic static final X509ClientCertificateAuthenticator SINGLETON 
 
- 
 - 
Method Detail- 
getHelpTextpublic String getHelpText() 
 - 
getDisplayTypepublic String getDisplayType() Description copied from interface:ConfigurableAuthenticatorFactoryFriendly name for the authenticator- Returns:
 
 - 
getRequirementChoicespublic AuthenticationExecutionModel.Requirement[] getRequirementChoices() Description copied from interface:ConfigurableAuthenticatorFactoryWhat requirement settings are allowed.- Returns:
 
 - 
createpublic Authenticator create(KeycloakSession session) 
 - 
getIdpublic String getId() 
 
- 
 
-