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
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.MutualAuthentication
MutualAuthentication.Builder, MutualAuthentication.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(MutualAuthentication.Builder builder) Constructor that initializes the object based on literal property values passed by theMutualAuthentication.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Boolean
Indicates whether expired client certificates are ignored.final MutualAuthenticationMode
The client certificate handling method.final ITrustStore
The trust store.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theMutualAuthentication.Builder
.
-
-
Method Details
-
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 interfaceMutualAuthentication
-
getMutualAuthenticationMode
Description copied from interface:MutualAuthentication
The client certificate handling method.Default: MutualAuthenticationMode.OFF
- Specified by:
getMutualAuthenticationMode
in interfaceMutualAuthentication
-
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 interfaceMutualAuthentication
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-