public class X509AuthenticatorConfigModel extends AuthenticatorConfigModel
Modifier and Type | Class and Description |
---|---|
static class |
X509AuthenticatorConfigModel.IdentityMapperType |
static class |
X509AuthenticatorConfigModel.MappingSourceType |
AuthenticatorConfigModel.AuthenticationConfigComparator
Constructor and Description |
---|
X509AuthenticatorConfigModel() |
X509AuthenticatorConfigModel(AuthenticatorConfigModel model) |
public X509AuthenticatorConfigModel(AuthenticatorConfigModel model)
public X509AuthenticatorConfigModel()
public boolean getCRLEnabled()
public X509AuthenticatorConfigModel setCRLEnabled(boolean value)
public boolean getOCSPEnabled()
public X509AuthenticatorConfigModel setOCSPEnabled(boolean value)
public boolean getCRLDistributionPointEnabled()
public X509AuthenticatorConfigModel setCRLDistributionPointEnabled(boolean value)
public String getCRLRelativePath()
public X509AuthenticatorConfigModel setCRLRelativePath(String path)
public String getOCSPResponder()
public X509AuthenticatorConfigModel setOCSPResponder(String responderUri)
public String getOCSPResponderCertificate()
public X509AuthenticatorConfigModel setOCSPResponderCertificate(String responderCert)
public X509AuthenticatorConfigModel.MappingSourceType getMappingSourceType()
public X509AuthenticatorConfigModel setMappingSourceType(X509AuthenticatorConfigModel.MappingSourceType value)
public X509AuthenticatorConfigModel.IdentityMapperType getUserIdentityMapperType()
public X509AuthenticatorConfigModel setUserIdentityMapperType(X509AuthenticatorConfigModel.IdentityMapperType value)
public String getRegularExpression()
public X509AuthenticatorConfigModel setRegularExpression(String value)
public String getCustomAttributeName()
public X509AuthenticatorConfigModel setCustomAttributeName(String value)
public String getKeyUsage()
public X509AuthenticatorConfigModel setKeyUsage(String value)
public String getExtendedKeyUsage()
public X509AuthenticatorConfigModel setExtendedKeyUsage(String value)
public boolean getConfirmationPageDisallowed()
public boolean getConfirmationPageAllowed()
public X509AuthenticatorConfigModel setConfirmationPageDisallowed(boolean value)
public X509AuthenticatorConfigModel setConfirmationPageAllowed(boolean value)
public boolean isCanonicalDnEnabled()
public X509AuthenticatorConfigModel setCanonicalDnEnabled(boolean value)
public boolean isCertValidationEnabled()
public X509AuthenticatorConfigModel setCertValidationEnabled(boolean value)
public boolean isSerialnumberHex()
public X509AuthenticatorConfigModel setSerialnumberHex(boolean value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.