Class ValidateX509CertificateUsernameFactory
- java.lang.Object
-
- org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactory
-
- org.keycloak.authentication.authenticators.x509.ValidateX509CertificateUsernameFactory
-
- All Implemented Interfaces:
org.keycloak.authentication.AuthenticatorFactory,org.keycloak.authentication.ConfigurableAuthenticatorFactory,org.keycloak.provider.ConfiguredProvider,org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
public class ValidateX509CertificateUsernameFactory extends AbstractX509ClientCertificateAuthenticatorFactory
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROVIDER_IDstatic org.keycloak.models.AuthenticationExecutionModel.Requirement[]REQUIREMENT_CHOICESstatic ValidateX509CertificateUsernameSINGLETON-
Fields inherited from class org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactory
configProperties, logger
-
-
Constructor Summary
Constructors Constructor Description ValidateX509CertificateUsernameFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.keycloak.authentication.Authenticatorcreate(org.keycloak.models.KeycloakSession session)StringgetDisplayType()StringgetHelpText()StringgetId()org.keycloak.models.AuthenticationExecutionModel.Requirement[]getRequirementChoices()-
Methods inherited from class org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactory
close, getConfigProperties, getReferenceCategory, init, isConfigurable, isUserSetupAllowed, postInit
-
-
-
-
Field Detail
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
SINGLETON
public static final ValidateX509CertificateUsername SINGLETON
-
REQUIREMENT_CHOICES
public static final org.keycloak.models.AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
-
-
Method Detail
-
getHelpText
public String getHelpText()
-
getDisplayType
public String getDisplayType()
-
getRequirementChoices
public org.keycloak.models.AuthenticationExecutionModel.Requirement[] getRequirementChoices()
-
create
public org.keycloak.authentication.Authenticator create(org.keycloak.models.KeycloakSession session)
-
getId
public String getId()
-
-