Class SettingsCertificateValidation
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.identitydomains.model.SettingsCertificateValidation
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class SettingsCertificateValidation extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelCertificate Validation Config*Added In:** 2010242156 *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none 
 Note: Objects should always be created or deserialized using theSettingsCertificateValidation.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theSettingsCertificateValidation.Builder, which maintain a set of all explicitly set fields calledSettingsCertificateValidation.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSettingsCertificateValidation.Builder
 - 
Constructor SummaryConstructors Constructor Description SettingsCertificateValidation(Boolean crlEnabled, Boolean crlCheckOnOCSPFailureEnabled, String crlLocation, Integer crlRefreshInterval, Boolean ocspEnabled, Boolean ocspUnknownResponseStatusAllowed, String ocspResponderURL, Boolean ocspSettingsResponderURLPreferred, Integer ocspTimeoutDuration, String ocspSigningCertificateAlias)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SettingsCertificateValidation.Builderbuilder()Create a new builder.booleanequals(Object o)BooleangetCrlCheckOnOCSPFailureEnabled()Use CRL as Fallback.BooleangetCrlEnabled()CRL is enabled ConfigurationStringgetCrlLocation()CRL Location.IntegergetCrlRefreshInterval()The CRL refresh interval in minutesBooleangetOcspEnabled()OCSP is enabled ConfigurationStringgetOcspResponderURL()OCSP Responder URLBooleangetOcspSettingsResponderURLPreferred()This setting says, OCSP Responder URL present in the issued certificate must be used.StringgetOcspSigningCertificateAlias()OCSP Signing Certificate AliasIntegergetOcspTimeoutDuration()The OCSP Timeout duration in minutesBooleangetOcspUnknownResponseStatusAllowed()OCSP Accept unknown response status from ocsp responder.inthashCode()SettingsCertificateValidation.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SettingsCertificateValidation@Deprecated @ConstructorProperties({"crlEnabled","crlCheckOnOCSPFailureEnabled","crlLocation","crlRefreshInterval","ocspEnabled","ocspUnknownResponseStatusAllowed","ocspResponderURL","ocspSettingsResponderURLPreferred","ocspTimeoutDuration","ocspSigningCertificateAlias"}) public SettingsCertificateValidation(Boolean crlEnabled, Boolean crlCheckOnOCSPFailureEnabled, String crlLocation, Integer crlRefreshInterval, Boolean ocspEnabled, Boolean ocspUnknownResponseStatusAllowed, String ocspResponderURL, Boolean ocspSettingsResponderURLPreferred, Integer ocspTimeoutDuration, String ocspSigningCertificateAlias) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SettingsCertificateValidation.Builder builder() Create a new builder.
 - 
toBuilderpublic SettingsCertificateValidation.Builder toBuilder() 
 - 
getCrlEnabledpublic Boolean getCrlEnabled() CRL is enabled Configuration*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Returns:
- the value
 
 - 
getCrlCheckOnOCSPFailureEnabledpublic Boolean getCrlCheckOnOCSPFailureEnabled() Use CRL as Fallback.*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Returns:
- the value
 
 - 
getCrlLocationpublic String getCrlLocation() CRL Location.*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getCrlRefreshIntervalpublic Integer getCrlRefreshInterval() The CRL refresh interval in minutes*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none - Returns:
- the value
 
 - 
getOcspEnabledpublic Boolean getOcspEnabled() OCSP is enabled Configuration*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Returns:
- the value
 
 - 
getOcspUnknownResponseStatusAllowedpublic Boolean getOcspUnknownResponseStatusAllowed() OCSP Accept unknown response status from ocsp responder.*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Returns:
- the value
 
 - 
getOcspResponderURLpublic String getOcspResponderURL() OCSP Responder URL*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getOcspSettingsResponderURLPreferredpublic Boolean getOcspSettingsResponderURLPreferred() This setting says, OCSP Responder URL present in the issued certificate must be used.Otherwise, OCSP Responder URL from IDP or Settings. *Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Returns:
- the value
 
 - 
getOcspTimeoutDurationpublic Integer getOcspTimeoutDuration() The OCSP Timeout duration in minutes*Added In:** 2010242156 *SCIM++ Properties:** - idcsMaxValue: 10 - idcsMinValue: 1 - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none - Returns:
- the value
 
 - 
getOcspSigningCertificateAliaspublic String getOcspSigningCertificateAlias() OCSP Signing Certificate Alias*Added In:** 2010242156 *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-