SAP ABAP Class IF_OA2C_CONFIG_READER (OAuth 2.0 Service Provider Specifics)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_OA2C_CONFIG_READER | OAuth 2.0 Client Configuration | 20130610 |
Properties
| Class | IF_OA2C_CONFIG_READER | |
| Short Description | OAuth 2.0 Service Provider Specifics | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130506 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_OA2C_CONFIG_READER has no interface implemented.
Friends
Class IF_OA2C_CONFIG_READER has no friend class.
Attributes
Class IF_OA2C_CONFIG_READER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Account UUID | 20130624 | |
| 2 | Instance method | Public | Method | Get Authorization Request Parameter Values | 20130506 | |
| 3 | Instance method | Public | Method | Get Authentication Method that should be used by the client | 20130614 | |
| 4 | Instance method | Public | Method | Get Client ID | 20130612 | |
| 5 | Instance method | Public | Method | Get Client Secret | 20130506 | |
| 6 | Instance method | Public | Method | Get Client UUID | 20130611 | |
| 7 | Instance method | Public | Method | Get OAuth 2.0 flows allowed by configuration | 20130506 | |
| 8 | Instance method | Public | Method | Get Redirect URI | 20130612 | |
| 9 | Instance method | Public | Method | Get Refresh Request Parameter Values | 20130506 | |
| 10 | Instance method | Public | Method | Get validity of Refresh Token [d] | 20130506 | |
| 11 | Instance method | Public | Method | Get Revocation Request Parameter Values | 20130506 | |
| 12 | Instance method | Public | Method | Get SAML 2.0 Access Token Request Parameter Values | 20130506 | |
| 13 | Instance method | Public | Method | Get Name of Service Provider Specifics (SPS) BADI Implement. | 20130506 |
Events
Class IF_OA2C_CONFIG_READER has no event.
Types
Class IF_OA2C_CONFIG_READER has no local type.
Method Signatures
Method GET_ACCOUNT_UUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACCOUNT_UUID | Value transfer | Type reference (TYPE) | OA2C_ACCOUNT_UUID | OAuth 2.0 Client Account UUID | 20130624 |
Method GET_ACCOUNT_UUID on class IF_OA2C_CONFIG_READER has no exception.
Method GET_AC_AUTH_REQU_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADDITIONAL_PARAMS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Additional Parameters: Saved at Designtime. | 20130506 | |||
| 2 | E_AUTHORIZATION_ENDPOINT | Call by reference | Type reference (TYPE) | STRING | 20130506 | ||||
| 3 | E_CLIENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130506 | ||||
| 4 | E_REDIRECT_URI | Call by reference | Type reference (TYPE) | STRING | 20130506 |
Method GET_AC_AUTH_REQU_PARAMS on class IF_OA2C_CONFIG_READER has no exception.
Method GET_AUTHENTICATION_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_METHOD | Value transfer | Type reference (TYPE) | I | 1: Basic; 2: Form Fields; 3: Client Cert. | 20130614 |
Method GET_AUTHENTICATION_METHOD on class IF_OA2C_CONFIG_READER has no exception.
Method GET_CLIENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CLIENT_ID | Value transfer | Type reference (TYPE) | STRING | 20130612 |
Method GET_CLIENT_ID on class IF_OA2C_CONFIG_READER has no exception.
Method GET_CLIENT_SECRET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CLIENT_SECRET | Value transfer | Type reference (TYPE) | STRING | 20130506 |
Method GET_CLIENT_SECRET on class IF_OA2C_CONFIG_READER has no exception.
Method GET_CLIENT_UUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CLIENT_UUID | Value transfer | Type reference (TYPE) | OA2C_UUID | OAuth 2.0 Client UUID | 20130611 |
Method GET_CLIENT_UUID on class IF_OA2C_CONFIG_READER has no exception.
Method GET_FLOWS_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_AUTHORIZATION_CODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | True when Authorization Code Grant is allowed. | 20130506 | |||
| 2 | E_REFRESH | Call by reference | Type reference (TYPE) | ABAP_BOOL | True when Refresh is allowed. | 20130506 | |||
| 3 | E_REVOCATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | True when Revocation is allowed. | 20130506 | |||
| 4 | E_SAML20_ASSERTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | True when SAML 2.0 Assertion Grant is allowed. | 20130506 |
Method GET_FLOWS_ALLOWED on class IF_OA2C_CONFIG_READER has no exception.
Method GET_REDIRECT_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REDIRECT_URI | Value transfer | Type reference (TYPE) | STRING | 20130612 |
Method GET_REDIRECT_URI on class IF_OA2C_CONFIG_READER has no exception.
Method GET_REFRESH_REQU_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADDITIONAL_PARAMS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Additional Parameters: Saved at Designtime. | 20130506 | |||
| 2 | E_CLIENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130506 | ||||
| 3 | E_TOKEN_ENDPOINT | Call by reference | Type reference (TYPE) | STRING | 20130506 |
Method GET_REFRESH_REQU_PARAMS on class IF_OA2C_CONFIG_READER has no exception.
Method GET_REFRESH_TOKEN_VALIDITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REFRESH_TOKEN_VALIDITY | Value transfer | Type reference (TYPE) | I | Refresh Token validity in days. | 20130506 |
Method GET_REFRESH_TOKEN_VALIDITY on class IF_OA2C_CONFIG_READER has no exception.
Method GET_REVOKE_REQU_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CLIENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130506 | ||||
| 2 | E_REVOCATION_ENDPOINT | Call by reference | Type reference (TYPE) | STRING | 20130506 |
Method GET_REVOKE_REQU_PARAMS on class IF_OA2C_CONFIG_READER has no exception.
Method GET_SAML20_AT_REQU_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADDITIONAL_PARAMS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Additional Parameters: Saved at Designtime. | 20130506 | |||
| 2 | E_CLIENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130506 | ||||
| 3 | E_TOKEN_ENDPOINT | Call by reference | Type reference (TYPE) | STRING | 20130506 |
Method GET_SAML20_AT_REQU_PARAMS on class IF_OA2C_CONFIG_READER has no exception.
Method GET_SPECIFICS_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SPECIFICS_IMPLEMENTATION | Value transfer | Type reference (TYPE) | STRING | 20130506 |
Method GET_SPECIFICS_IMPLEMENTATION on class IF_OA2C_CONFIG_READER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |