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