Class CfnIdentitySource.OpenIdConnectTokenSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectTokenSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySource.OpenIdConnectTokenSelectionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySource.OpenIdConnectTokenSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySource.OpenIdConnectTokenSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySource.OpenIdConnectTokenSelectionProperty
An implementation for
CfnIdentitySource.OpenIdConnectTokenSelectionProperty
-
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.verifiedpermissions.CfnIdentitySource.OpenIdConnectTokenSelectionProperty
CfnIdentitySource.OpenIdConnectTokenSelectionProperty.Builder, CfnIdentitySource.OpenIdConnectTokenSelectionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectTokenSelectionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnIdentitySource.OpenIdConnectTokenSelectionProperty.Builder
.
-
-
Method Details
-
getAccessTokenOnly
Description copied from interface:CfnIdentitySource.OpenIdConnectTokenSelectionProperty
The OIDC configuration for processing access tokens.Contains allowed audience claims, for example
https://auth.example.com
, and the claim that you want to map to the principal, for examplesub
.- Specified by:
getAccessTokenOnly
in interfaceCfnIdentitySource.OpenIdConnectTokenSelectionProperty
- See Also:
-
getIdentityTokenOnly
Description copied from interface:CfnIdentitySource.OpenIdConnectTokenSelectionProperty
The OIDC configuration for processing identity (ID) tokens.Contains allowed client ID claims, for example
1example23456789
, and the claim that you want to map to the principal, for examplesub
.- Specified by:
getIdentityTokenOnly
in interfaceCfnIdentitySource.OpenIdConnectTokenSelectionProperty
- See Also:
-
$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()
-