BackendTlsProperties Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.BackendTlsProperties
- com.
public class BackendTlsProperties
Properties controlling TLS Certificate Validation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BackendTlsProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Boolean |
validateCertificateChain()
Get flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. |
| java.lang.Boolean |
validateCertificateName()
Get flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. |
|
Backend |
withValidateCertificateChain(Boolean validateCertificateChain)
Set flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. |
|
Backend |
withValidateCertificateName(Boolean validateCertificateName)
Set flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. |
Methods inherited from java.lang.Object
Constructor Details
BackendTlsProperties
public BackendTlsProperties()
Method Details
validateCertificateChain
public Boolean validateCertificateChain()
Get flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
Returns:
validateCertificateName
public Boolean validateCertificateName()
Get flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
Returns:
withValidateCertificateChain
public BackendTlsProperties withValidateCertificateChain(Boolean validateCertificateChain)
Set flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
Parameters:
Returns:
withValidateCertificateName
public BackendTlsProperties withValidateCertificateName(Boolean validateCertificateName)
Set flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
Parameters:
Returns: