SAP ABAP Interface IF_STW_AUTH_OAUTH_COMMON (Common Methods for OAuth Authentication)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_AUTHENTICATE (Package) StreamWork Library: Authentication (comp. mode)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STW_AUTH_OAUTH_COMMON | Class for BAdI Impl.: CLB_CONN_OAUTH_10_SHA1 | 20121010 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_STW_GENERAL_ABSTRACT | general abstract testdouble to reduce note dependencies | 20121018 |
Properties
| Interface | IF_STW_AUTH_OAUTH_COMMON | |
| Short Description | Common Methods for OAuth Authentication |
General Data
| Package | S_STW_OL_AUTHENTICATE | StreamWork Library: Authentication (comp. mode) |
| Created | 20121010 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_STW_AUTH_OAUTH_COMMON has no forward declaration.
Interfaces
Interface IF_STW_AUTH_OAUTH_COMMON has no interface.
Friends
Interface IF_STW_AUTH_OAUTH_COMMON has no friend.
Attributes
Interface IF_STW_AUTH_OAUTH_COMMON has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Encrypted Signature | 20121012 | |
| 2 | Instance method | Public | Method | Get OAuth Header | 20121010 | |
| 3 | Instance method | Public | Method | Get OAuth Parameter | 20121010 | |
| 4 | Instance method | Public | Method | Get URL Structure | 20121011 | |
| 5 | Instance method | Public | Method | Initialize | 20121022 |
Events
Interface IF_STW_AUTH_OAUTH_COMMON has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_NAME_VALUE | Public | See coding | 20121010 | BEGIN OF ts_name_value,
name TYPE string,
value TYPE string,
END OF ts_name_value
|
||
| 2 | TS_URL | Public | See coding | 20121010 | BEGIN OF ts_url,
request_method type clb_request_method,
base_url TYPE string,
url_parameters TYPE tt_name_value,
END OF ts_url
|
||
| 3 | TT_NAME_VALUE | Public | See coding | 20121010 | tt_name_value TYPE STANDARD TABLE OF ts_name_value WITH DEFAULT KEY
|
Method Signatures
Method GET_ENCRYPTED_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_URL | Call by reference | Type reference (TYPE) | TS_URL | 20121012 | ||||
| 2 | RV_SIGNATURE_ENCR | Value transfer | Type reference (TYPE) | STRING | 20121012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121012 |
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 | 20121010 | ||||
| 2 | RV_HEADER | Value transfer | Type reference (TYPE) | STRING | 20121010 |
Method GET_OAUTH_HEADER on Interface IF_STW_AUTH_OAUTH_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 | 20121010 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121010 |
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 | 20121011 |
Method GET_URL_STRUCTURE on Interface IF_STW_AUTH_OAUTH_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_CLB_HTTP_CONNECTOR | 20121022 | ||||
| 2 | IS_APPLI_CONFIG | Call by reference | Type reference (TYPE) | IF_CLB_CONFIGURATION=>TY_APPLICATION_CONFIG | 20121022 |
Method INITIALIZE on Interface IF_STW_AUTH_OAUTH_COMMON has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |