Uses of Class
org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel
-
Uses of X509AuthenticatorConfigModel in org.keycloak.authentication.authenticators.x509
Modifier and TypeMethodDescriptionX509AuthenticatorConfigModel.setCanonicalDnEnabled
(boolean value) X509AuthenticatorConfigModel.setCertificatePolicy
(String value) X509AuthenticatorConfigModel.setCertificatePolicyMode
(X509AuthenticatorConfigModel.CertificatePolicyModeType value) X509AuthenticatorConfigModel.setCertValidationEnabled
(boolean value) X509AuthenticatorConfigModel.setConfirmationPageAllowed
(boolean value) X509AuthenticatorConfigModel.setConfirmationPageDisallowed
(boolean value) X509AuthenticatorConfigModel.setCRLDistributionPointEnabled
(boolean value) X509AuthenticatorConfigModel.setCRLEnabled
(boolean value) X509AuthenticatorConfigModel.setCRLRelativePath
(String path) X509AuthenticatorConfigModel.setCustomAttributeName
(String value) X509AuthenticatorConfigModel.setExtendedKeyUsage
(String value) X509AuthenticatorConfigModel.setKeyUsage
(String value) X509AuthenticatorConfigModel.setMappingSourceType
(X509AuthenticatorConfigModel.MappingSourceType value) X509AuthenticatorConfigModel.setOCSPEnabled
(boolean value) X509AuthenticatorConfigModel.setOCSPFailOpen
(boolean value) X509AuthenticatorConfigModel.setOCSPResponder
(String responderUri) X509AuthenticatorConfigModel.setOCSPResponderCertificate
(String responderCert) X509AuthenticatorConfigModel.setRegularExpression
(String value) X509AuthenticatorConfigModel.setRevalidateCertificateEnabled
(boolean value) X509AuthenticatorConfigModel.setSerialnumberHex
(boolean value) X509AuthenticatorConfigModel.setUserIdentityMapperType
(X509AuthenticatorConfigModel.IdentityMapperType value) Modifier and TypeMethodDescriptionAbstractX509ClientCertificateAuthenticator.certificateValidationParameters
(KeycloakSession session, X509AuthenticatorConfigModel config) AbstractX509ClientCertificateAuthenticator.getUserIdentityExtractor
(X509AuthenticatorConfigModel config) AbstractX509ClientCertificateAuthenticator.getUserIdentityToModelMapper
(X509AuthenticatorConfigModel config)