public class ValidateX509CertificateUsernameFactory extends AbstractX509ClientCertificateAuthenticatorFactory
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_ID |
static AuthenticationExecutionModel.Requirement[] |
REQUIREMENT_CHOICES |
static ValidateX509CertificateUsername |
SINGLETON |
configProperties, logger
Constructor and Description |
---|
ValidateX509CertificateUsernameFactory() |
Modifier and Type | Method and Description |
---|---|
Authenticator |
create(KeycloakSession session) |
String |
getDisplayType()
Friendly name for the authenticator
|
String |
getHelpText() |
String |
getId() |
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices()
What requirement settings are allowed.
|
close, getConfigProperties, getReferenceCategory, init, isConfigurable, isUserSetupAllowed, postInit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String PROVIDER_ID
public static final ValidateX509CertificateUsername SINGLETON
public static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
public ValidateX509CertificateUsernameFactory()
public String getHelpText()
public String getDisplayType()
ConfigurableAuthenticatorFactory
public AuthenticationExecutionModel.Requirement[] getRequirementChoices()
ConfigurableAuthenticatorFactory
public Authenticator create(KeycloakSession session)
public String getId()
Copyright © 2020 JBoss by Red Hat. All rights reserved.