Class CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty
An implementation for
CfnVerifiedAccessTrustProvider.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.services.ec2.CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty
CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty.Builder, CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVerifiedAccessTrustProvider.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(CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty.Builder.
-
-
Method Details
-
getAuthorizationEndpoint
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe authorization endpoint of the IdP.- Specified by:
getAuthorizationEndpointin interfaceCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty- See Also:
-
getClientId
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe OAuth 2.0 client identifier.- Specified by:
getClientIdin interfaceCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty- See Also:
-
getClientSecret
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe OAuth 2.0 client secret.- Specified by:
getClientSecretin interfaceCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty- See Also:
-
getIssuer
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe OIDC issuer identifier of the IdP.- Specified by:
getIssuerin interfaceCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty- See Also:
-
getPublicSigningKeyEndpoint
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe public signing key endpoint.- Specified by:
getPublicSigningKeyEndpointin interfaceCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty- See Also:
-
getScope
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe set of user claims to be requested from the IdP.- Specified by:
getScopein interfaceCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty- See Also:
-
getTokenEndpoint
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe token endpoint of the IdP.- Specified by:
getTokenEndpointin interfaceCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty- See Also:
-
getUserInfoEndpoint
Description copied from interface:CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsPropertyThe user info endpoint of the IdP.- Specified by:
getUserInfoEndpointin interfaceCfnVerifiedAccessTrustProvider.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()
-