SAP ABAP Class IF_JAM_AUTH_OAUTH1_COMMON (Common Methods for OAuth Authentication)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_JAM_AUTH_OAUTH1_COMMON | Class for BAdI Impl.: CLB_CONN_OAUTH_10_SHA1 | 20121115 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_JAM_AUTH_GENERAL_ABSTRACT | general abstract testdouble to reduce note dependencies | 20121115 |
Properties
| Class | IF_JAM_AUTH_OAUTH1_COMMON | |
| Short Description | Common Methods for OAuth Authentication | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20121010 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_JAM_AUTH_OAUTH1_COMMON has no forward declaration.
Interfaces
Class IF_JAM_AUTH_OAUTH1_COMMON has no interface implemented.
Friends
Class IF_JAM_AUTH_OAUTH1_COMMON has no friend class.
Attributes
Class IF_JAM_AUTH_OAUTH1_COMMON has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Encrypted Signature | 20121115 | |
| 2 | Instance method | Public | Method | Get OAuth Header | 20121115 | |
| 3 | Instance method | Public | Method | Get OAuth Parameter | 20121115 | |
| 4 | Instance method | Public | Method | Get URL Structure | 20121115 | |
| 5 | Instance method | Public | Method | Initialize | 20121115 |
Events
Class IF_JAM_AUTH_OAUTH1_COMMON has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_NAME_VALUE | Public | See coding | 20121115 | BEGIN OF ts_name_value,
name TYPE string,
value TYPE string,
END OF ts_name_value
|
||
| 2 | TS_URL | Public | See coding | 20121115 | BEGIN OF ts_url,
base_url TYPE string,
url_parameters TYPE tt_name_value,
END OF ts_url
|
||
| 3 | TT_NAME_VALUE | Public | See coding | 20121115 | 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 | 20121115 | ||||
| 2 | RV_SIGNATURE_ENCR | Value transfer | Type reference (TYPE) | STRING | 20121115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121115 |
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 | 20121115 | ||||
| 2 | RV_HEADER | Value transfer | Type reference (TYPE) | STRING | 20121115 |
Method GET_OAUTH_HEADER on class IF_JAM_AUTH_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 | 20121115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121115 |
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 | 20121115 |
Method GET_URL_STRUCTURE on class IF_JAM_AUTH_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_CLB_HTTP_CONNECTOR | 20121115 | ||||
| 2 | IS_APPLI_CONFIG | Call by reference | Type reference (TYPE) | IF_CLB_CONFIGURATION=>TY_APPLICATION_CONFIG | 20121115 | ||||
| 3 | IS_CONNECTION_DATA | Call by reference | Type reference (TYPE) | IF_CLB_METHOD_PROCESS=>TS_CONNECTION_DATA | 20121115 |
Method INITIALIZE on class IF_JAM_AUTH_OAUTH1_COMMON has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |