Class CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty
An implementation for
CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty
CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Builder, CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe authorization endpoint of the IdP.final StringThe OAuth 2.0 client identifier.final StringThe OAuth 2.0 client secret.final StringThe OIDC issuer identifier of the IdP.final StringThe public signing key endpoint.final StringgetScope()The set of user claims to be requested from the IdP.final StringThe token endpoint of the IdP.final StringThe user info endpoint of the IdP.final inthashCode()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
protected Jsii$Proxy(CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty.Builder.
-
-
Method Details
-
getAuthorizationEndpoint
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe authorization endpoint of the IdP.- Specified by:
getAuthorizationEndpointin interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
getClientId
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe OAuth 2.0 client identifier.- Specified by:
getClientIdin interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
getClientSecret
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe OAuth 2.0 client secret.- Specified by:
getClientSecretin interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
getIssuer
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe OIDC issuer identifier of the IdP.- Specified by:
getIssuerin interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
getPublicSigningKeyEndpoint
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe public signing key endpoint.- Specified by:
getPublicSigningKeyEndpointin interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
getScope
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe set of user claims to be requested from the IdP.- Specified by:
getScopein interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
getTokenEndpoint
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe token endpoint of the IdP.- Specified by:
getTokenEndpointin interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
getUserInfoEndpoint
Description copied from interface:CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsPropertyThe user info endpoint of the IdP.- Specified by:
getUserInfoEndpointin interfaceCfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-