Class MutualAuthentication.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.MutualAuthentication.Jsii$Proxy
All Implemented Interfaces:
MutualAuthentication, software.amazon.jsii.JsiiSerializable
Enclosing interface:
MutualAuthentication

@Stability(Stable) @Internal public static final class MutualAuthentication.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MutualAuthentication
An implementation for MutualAuthentication
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(MutualAuthentication.Builder builder)
      Constructor that initializes the object based on literal property values passed by the MutualAuthentication.Builder.
  • Method Details

    • getIgnoreClientCertificateExpiry

      public final Boolean getIgnoreClientCertificateExpiry()
      Description copied from interface: MutualAuthentication
      Indicates whether expired client certificates are ignored.

      Cannot be used with MutualAuthenticationMode.OFF or MutualAuthenticationMode.PASS_THROUGH

      Default: false

      Specified by:
      getIgnoreClientCertificateExpiry in interface MutualAuthentication
    • getMutualAuthenticationMode

      public final MutualAuthenticationMode getMutualAuthenticationMode()
      Description copied from interface: MutualAuthentication
      The client certificate handling method.

      Default: MutualAuthenticationMode.OFF

      Specified by:
      getMutualAuthenticationMode in interface MutualAuthentication
    • getTrustStore

      public final ITrustStore getTrustStore()
      Description copied from interface: MutualAuthentication
      The trust store.

      Cannot be used with MutualAuthenticationMode.OFF or MutualAuthenticationMode.PASS_THROUGH

      Default: - no trust store

      Specified by:
      getTrustStore in interface MutualAuthentication
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

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

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