SAP ABAP Interface IF_AR_FND_JAM_OAUTH1_COMMON (Common Methods for OAuth Authentication)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
AR_FND_SM_JAM_AUTH (Package) Social Media - Jam-specific Authentication (Rel. Indep.)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AR_FND_JAM_OAUTH1_COMMON | Jam OAUth 1.0 Common Methods | 20130529 |
Properties
| Interface | IF_AR_FND_JAM_OAUTH1_COMMON | |
| Short Description | Common Methods for OAuth Authentication |
General Data
| Package | AR_FND_SM_JAM_AUTH | Social Media - Jam-specific Authentication (Rel. Indep.) |
| Created | 20130529 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_AR_FND_JAM_OAUTH1_COMMON has no forward declaration.
Interfaces
Interface IF_AR_FND_JAM_OAUTH1_COMMON has no interface.
Friends
Interface IF_AR_FND_JAM_OAUTH1_COMMON has no friend.
Attributes
Interface IF_AR_FND_JAM_OAUTH1_COMMON has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get OAuth Header | 20130529 | |
| 2 | Instance method | Public | Method | Get OAuth Parameter | 20130529 | |
| 3 | Instance method | Public | Method | Get URL Structure | 20130529 | |
| 4 | Instance method | Public | Method | Initialize | 20130529 |
Events
Interface IF_AR_FND_JAM_OAUTH1_COMMON has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_NAME_VALUE | Public | See coding | 20130529 | BEGIN OF ts_name_value,
name TYPE string,
value TYPE string,
END OF ts_name_value
|
||
| 2 | TS_URL | Public | See coding | 20130529 | BEGIN OF ts_url,
request_method TYPE clb2_request_method,
base_url TYPE string,
url_parameters TYPE tt_name_value,
END OF ts_url
|
||
| 3 | TT_NAME_VALUE | Public | See coding | 20130529 | tt_name_value TYPE STANDARD TABLE OF ts_name_value WITH DEFAULT KEY
|
Method Signatures
Method GET_OAUTH_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OAUTH_PARAMETER | Call by reference | Type reference (TYPE) | TT_NAME_VALUE | 20130529 | ||||
| 2 | RV_HEADER | Value transfer | Type reference (TYPE) | STRING | 20130529 |
Method GET_OAUTH_HEADER on Interface IF_AR_FND_JAM_OAUTH1_COMMON has no exception.
Method GET_OAUTH_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_OAUTH_PARAMETER | Value transfer | Type reference (TYPE) | TT_NAME_VALUE | 20130529 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130529 |
Method GET_URL_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_URL | Value transfer | Type reference (TYPE) | TS_URL | 20130529 |
Method GET_URL_STRUCTURE on Interface IF_AR_FND_JAM_OAUTH1_COMMON has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_CLB2_HTTP_CONNECTOR | 20130529 | ||||
| 2 | IS_APPLI_CONFIG | Call by reference | Type reference (TYPE) | IF_CLB2_CONFIGURATION=>TY_APPLICATION_CONFIG | 20130529 |
Method INITIALIZE on Interface IF_AR_FND_JAM_OAUTH1_COMMON has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |