public class X509ClientCertificateAuthenticatorFactory extends AbstractX509ClientCertificateAuthenticatorFactory
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_ID |
static X509ClientCertificateAuthenticator |
SINGLETON |
configProperties, logger
REQUIREMENT_CHOICES
Constructor and Description |
---|
X509ClientCertificateAuthenticatorFactory() |
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 X509ClientCertificateAuthenticator SINGLETON
public X509ClientCertificateAuthenticatorFactory()
public String getHelpText()
public String getDisplayType()
ConfigurableAuthenticatorFactory
public AuthenticationExecutionModel.Requirement[] getRequirementChoices()
ConfigurableAuthenticatorFactory
public Authenticator create(KeycloakSession session)
public String getId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.