Class X509AuthenticatorConfigModel
java.lang.Object
org.keycloak.models.AuthenticatorConfigModel
org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel
- All Implemented Interfaces:
Serializable
- Since:
- 10/26/2016
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
Nested classes/interfaces inherited from class org.keycloak.models.AuthenticatorConfigModel
AuthenticatorConfigModel.AuthenticationConfigComparator
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
setCanonicalDnEnabled
(boolean value) setCertificatePolicy
(String value) setCertValidationEnabled
(boolean value) setConfirmationPageAllowed
(boolean value) setConfirmationPageDisallowed
(boolean value) setCRLDistributionPointEnabled
(boolean value) setCRLEnabled
(boolean value) setCRLRelativePath
(String path) setCustomAttributeName
(String value) setExtendedKeyUsage
(String value) setKeyUsage
(String value) setOCSPEnabled
(boolean value) setOCSPFailOpen
(boolean value) setOCSPResponder
(String responderUri) setOCSPResponderCertificate
(String responderCert) setRegularExpression
(String value) setRevalidateCertificateEnabled
(boolean value) setSerialnumberHex
(boolean value)
-
Constructor Details
-
X509AuthenticatorConfigModel
-
X509AuthenticatorConfigModel
public X509AuthenticatorConfigModel()
-
-
Method Details
-
getCRLEnabled
public boolean getCRLEnabled() -
setCRLEnabled
-
getOCSPEnabled
public boolean getOCSPEnabled() -
setOCSPEnabled
-
getOCSPFailOpen
public boolean getOCSPFailOpen() -
setOCSPFailOpen
-
getCRLDistributionPointEnabled
public boolean getCRLDistributionPointEnabled() -
setCRLDistributionPointEnabled
-
getCRLRelativePath
-
setCRLRelativePath
-
getOCSPResponder
-
setOCSPResponder
-
getOCSPResponderCertificate
-
setOCSPResponderCertificate
-
getMappingSourceType
-
setMappingSourceType
public X509AuthenticatorConfigModel setMappingSourceType(X509AuthenticatorConfigModel.MappingSourceType value) -
getUserIdentityMapperType
-
setUserIdentityMapperType
public X509AuthenticatorConfigModel setUserIdentityMapperType(X509AuthenticatorConfigModel.IdentityMapperType value) -
getRegularExpression
-
setRegularExpression
-
getCustomAttributeName
-
setCustomAttributeName
-
getKeyUsage
-
setKeyUsage
-
getExtendedKeyUsage
-
setExtendedKeyUsage
-
getCertificatePolicy
-
setCertificatePolicy
-
getCertificatePolicyMode
-
setCertificatePolicyMode
public X509AuthenticatorConfigModel setCertificatePolicyMode(X509AuthenticatorConfigModel.CertificatePolicyModeType value) -
getConfirmationPageDisallowed
public boolean getConfirmationPageDisallowed() -
getConfirmationPageAllowed
public boolean getConfirmationPageAllowed() -
setConfirmationPageDisallowed
-
setConfirmationPageAllowed
-
isCanonicalDnEnabled
public boolean isCanonicalDnEnabled() -
setCanonicalDnEnabled
-
isCertValidationEnabled
public boolean isCertValidationEnabled() -
setCertValidationEnabled
-
isSerialnumberHex
public boolean isSerialnumberHex() -
setSerialnumberHex
-
getRevalidateCertificateEnabled
public boolean getRevalidateCertificateEnabled() -
setRevalidateCertificateEnabled
-