Class CfnConnectorProfile.OAuthCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.OAuthCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.OAuthCredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfile.OAuthCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.OAuthCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.OAuthCredentialsProperty
An implementation for
CfnConnectorProfile.OAuthCredentialsProperty-
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.appflow.CfnConnectorProfile.OAuthCredentialsProperty
CfnConnectorProfile.OAuthCredentialsProperty.Builder, CfnConnectorProfile.OAuthCredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.OAuthCredentialsProperty.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 to access protected SAPOData resources.final StringThe identifier for the desired client.final StringThe client secret used by the OAuth client to authenticate to the authorization server.final ObjectReturns union: eitherIResolvableorCfnConnectorProfile.ConnectorOAuthRequestPropertyfinal StringThe refresh token used to refresh expired access token.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 theCfnConnectorProfile.OAuthCredentialsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnectorProfile.OAuthCredentialsPropertyThe access token used to access protected SAPOData resources.- Specified by:
getAccessTokenin interfaceCfnConnectorProfile.OAuthCredentialsProperty- See Also:
-
getClientId
Description copied from interface:CfnConnectorProfile.OAuthCredentialsPropertyThe identifier for the desired client.- Specified by:
getClientIdin interfaceCfnConnectorProfile.OAuthCredentialsProperty- See Also:
-
getClientSecret
Description copied from interface:CfnConnectorProfile.OAuthCredentialsPropertyThe client secret used by the OAuth client to authenticate to the authorization server.- Specified by:
getClientSecretin interfaceCfnConnectorProfile.OAuthCredentialsProperty- See Also:
-
getConnectorOAuthRequest
Description copied from interface:CfnConnectorProfile.OAuthCredentialsPropertyReturns union: eitherIResolvableorCfnConnectorProfile.ConnectorOAuthRequestProperty- Specified by:
getConnectorOAuthRequestin interfaceCfnConnectorProfile.OAuthCredentialsProperty- See Also:
-
getRefreshToken
Description copied from interface:CfnConnectorProfile.OAuthCredentialsPropertyThe refresh token used to refresh expired access token.- Specified by:
getRefreshTokenin interfaceCfnConnectorProfile.OAuthCredentialsProperty- 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()
-