public static final class CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder, CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getActiveDirectory()
Information about the Active Directory to be used, if applicable.
|
java.lang.Object |
getFederatedAuthentication()
Information about the IAM SAML identity provider, if applicable.
|
java.lang.Object |
getMutualAuthentication()
Information about the authentication certificates to be used, if applicable.
|
java.lang.String |
getType()
The type of client authentication to be used.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getType()
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
getType
in interface CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
public final java.lang.Object getActiveDirectory()
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
You must provide this information if Type is directory-service-authentication
.
getActiveDirectory
in interface CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
public final java.lang.Object getFederatedAuthentication()
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
getFederatedAuthentication
in interface CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
public final java.lang.Object getMutualAuthentication()
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
You must provide this information if Type is certificate-authentication
.
getMutualAuthentication
in interface CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()