Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Method and Description |
---|---|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.areCertificateExtensionsRestricted(Boolean areCertificateExtensionsRestricted)
Whether to block sessions if the server’s certificate uses extensions other than key
usage and/or extended key usage.
|
static SslForwardProxyProfile.Builder |
SslForwardProxyProfile.builder()
Create a new builder.
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.copy(SslForwardProxyProfile model) |
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isAutoIncludeAltName(Boolean isAutoIncludeAltName)
Whether to automatically append SAN to impersonating certificate if server certificate is
missing SAN.
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isExpiredCertificateBlocked(Boolean isExpiredCertificateBlocked)
Whether to block sessions if server’s certificate is expired.
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isOutOfCapacityBlocked(Boolean isOutOfCapacityBlocked)
Whether to block sessions if the firewall is temporarily unable to decrypt their traffic.
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isRevocationStatusTimeoutBlocked(Boolean isRevocationStatusTimeoutBlocked)
Whether to block sessions if the revocation status check for server’s certificate does
not succeed within the maximum allowed time (defaulting to 5 seconds).
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isUnknownRevocationStatusBlocked(Boolean isUnknownRevocationStatusBlocked)
Whether to block sessions if the revocation status check for server’s certificate results
in “unknown”.
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isUnsupportedCipherBlocked(Boolean isUnsupportedCipherBlocked)
Whether to block sessions if SSL cipher suite is not supported.
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isUnsupportedVersionBlocked(Boolean isUnsupportedVersionBlocked)
Whether to block sessions if SSL version is not supported.
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.isUntrustedIssuerBlocked(Boolean isUntrustedIssuerBlocked)
Whether to block sessions if server’s certificate is issued by an untrusted certificate
authority (CA).
|
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.name(String name) |
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.Builder.parentResourceId(String parentResourceId) |
SslForwardProxyProfile.Builder |
SslForwardProxyProfile.toBuilder() |
Copyright © 2016–2024. All rights reserved.