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