Class CfnConnectionPropsMixin.OAuth2CredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnConnectionPropsMixin.OAuth2CredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectionPropsMixin.OAuth2CredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectionPropsMixin.OAuth2CredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectionPropsMixin.OAuth2CredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectionPropsMixin.OAuth2CredentialsProperty
An implementation for
CfnConnectionPropsMixin.OAuth2CredentialsProperty-
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.glue.CfnConnectionPropsMixin.OAuth2CredentialsProperty
CfnConnectionPropsMixin.OAuth2CredentialsProperty.Builder, CfnConnectionPropsMixin.OAuth2CredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectionPropsMixin.OAuth2CredentialsProperty.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 access token used when the authentication type is OAuth2.final StringThe JSON Web Token (JWT) used when the authentication type is OAuth2.final StringThe refresh token used when the authentication type is OAuth2.final StringThe client application client secret if the client application is user managed.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
Constructor that initializes the object based on literal property values passed by theCfnConnectionPropsMixin.OAuth2CredentialsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnectionPropsMixin.OAuth2CredentialsPropertyThe access token used when the authentication type is OAuth2.- Specified by:
getAccessTokenin interfaceCfnConnectionPropsMixin.OAuth2CredentialsProperty- See Also:
-
getJwtToken
Description copied from interface:CfnConnectionPropsMixin.OAuth2CredentialsPropertyThe JSON Web Token (JWT) used when the authentication type is OAuth2.- Specified by:
getJwtTokenin interfaceCfnConnectionPropsMixin.OAuth2CredentialsProperty- See Also:
-
getRefreshToken
Description copied from interface:CfnConnectionPropsMixin.OAuth2CredentialsPropertyThe refresh token used when the authentication type is OAuth2.- Specified by:
getRefreshTokenin interfaceCfnConnectionPropsMixin.OAuth2CredentialsProperty- See Also:
-
getUserManagedClientApplicationClientSecret
Description copied from interface:CfnConnectionPropsMixin.OAuth2CredentialsPropertyThe client application client secret if the client application is user managed.- Specified by:
getUserManagedClientApplicationClientSecretin interfaceCfnConnectionPropsMixin.OAuth2CredentialsProperty- 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()
-