Skip to content

/AWS1/CL_SAGCONFLNCINTGINPUT

The configuration for creating a Confluence integration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_installationid TYPE /AWS1/SAGCONFLUENCEINSTLTNID /AWS1/SAGCONFLUENCEINSTLTNID

The Atlassian installation identifier, available from the Atlassian administration console.

iv_code TYPE /AWS1/SAGAUTHCODE /AWS1/SAGAUTHCODE

The OAuth 2.0 authorization code returned from the consent redirect.

iv_state TYPE /AWS1/SAGCSRFSTATE /AWS1/SAGCSRFSTATE

The CSRF state token echoed back from the OAuth redirect.

iv_siteurl TYPE /AWS1/SAGCONFLUENCESITEURL /AWS1/SAGCONFLUENCESITEURL

The Confluence Cloud site URL, for example https://mysite.atlassian.net.


Queryable Attributes

installationId

The Atlassian installation identifier, available from the Atlassian administration console.

Accessible with the following methods

Method Description
GET_INSTALLATIONID() Getter for INSTALLATIONID, with configurable default
ASK_INSTALLATIONID() Getter for INSTALLATIONID w/ exceptions if field has no valu
HAS_INSTALLATIONID() Determine if INSTALLATIONID has a value

code

The OAuth 2.0 authorization code returned from the consent redirect.

Accessible with the following methods

Method Description
GET_CODE() Getter for CODE, with configurable default
ASK_CODE() Getter for CODE w/ exceptions if field has no value
HAS_CODE() Determine if CODE has a value

state

The CSRF state token echoed back from the OAuth redirect.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

siteUrl

The Confluence Cloud site URL, for example https://mysite.atlassian.net.

Accessible with the following methods

Method Description
GET_SITEURL() Getter for SITEURL, with configurable default
ASK_SITEURL() Getter for SITEURL w/ exceptions if field has no value
HAS_SITEURL() Determine if SITEURL has a value