Class CheckCertificateRevocationStatusActions

    • Method Detail

      • revokedStatusAction

        public final RevocationCheckAction revokedStatusAction()

        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        If the service returns an enum value that is not available in the current SDK version, revokedStatusAction will return RevocationCheckAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from revokedStatusActionAsString().

        Returns:
        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        See Also:
        RevocationCheckAction
      • revokedStatusActionAsString

        public final String revokedStatusActionAsString()

        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        If the service returns an enum value that is not available in the current SDK version, revokedStatusAction will return RevocationCheckAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from revokedStatusActionAsString().

        Returns:
        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        See Also:
        RevocationCheckAction
      • unknownStatusAction

        public final RevocationCheckAction unknownStatusAction()

        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        If the service returns an enum value that is not available in the current SDK version, unknownStatusAction will return RevocationCheckAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from unknownStatusActionAsString().

        Returns:
        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        See Also:
        RevocationCheckAction
      • unknownStatusActionAsString

        public final String unknownStatusActionAsString()

        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        If the service returns an enum value that is not available in the current SDK version, unknownStatusAction will return RevocationCheckAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from unknownStatusActionAsString().

        Returns:
        Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.

        • PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.

        • DROP - Network Firewall closes the connection and drops subsequent packets for that connection.

        • REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection. REJECT is available only for TCP traffic.

        See Also:
        RevocationCheckAction
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)