SAP ABAP Class IF_OAUTH2_S_PROTOCOL (OAuth Grant Type Implementation)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_OAUTH2_S_PROT_AUTH_CODE | OAuth 2.0 Protocol Authorization Grant Type | 20120716 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_OAUTH2_S_PROT_SAML2 | OAuth2 Protocol SAML2 Grant Type | 20111019 |
Properties
| Class | IF_OAUTH2_S_PROTOCOL | |
| Short Description | OAuth Grant Type Implementation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20111019 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class IF_OAUTH2_S_PROTOCOL has no interface implemented.
Friends
Class IF_OAUTH2_S_PROTOCOL has no friend class.
Attributes
Class IF_OAUTH2_S_PROTOCOL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20111019 | ||
| 2 | Static method | Public | Method | 20120716 | ||
| 3 | Static method | Public | Method | 20120716 |
Events
Class IF_OAUTH2_S_PROTOCOL has no event.
Types
Class IF_OAUTH2_S_PROTOCOL has no local type.
Method Signatures
Method ACCESS_TOKEN_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ACCESS_TOKEN | Call by reference | Type reference (TYPE) | IF_OAUTH2=>TY_S_ACCESS_TOKEN | 20111019 | ||||
| 2 | ET_SCOPE | Call by reference | Type reference (TYPE) | STRING_TABLE | 20111019 | ||||
| 3 | I_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | 20111019 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111019 |
Method COMPLETE_AUTH_CODE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REDIRECT_URI | Call by reference | Type reference (TYPE) | STRING | 20120723 | ||||
| 2 | IT_GRANTED_SCOPE | Call by reference | Type reference (TYPE) | CL_OAUTH2_S_SCOPE_COLLECTION=>TY_T_SCOPE | 20120723 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OAuth2 Exception | 20120824 |
Method PREPARE_AUTH_CODE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_POSSIBLE_SCOPE | Call by reference | Type reference (TYPE) | CL_OAUTH2_S_SCOPE_COLLECTION=>TY_T_SCOPE | 20120723 | ||||
| 2 | I_CLIENT_ID | Call by reference | Type reference (TYPE) | STRING | 20120723 | ||||
| 3 | I_REDIRECT_URI | Call by reference | Type reference (TYPE) | STRING | 20120723 | ||||
| 4 | I_RESPONSE_TYPE | Call by reference | Type reference (TYPE) | STRING | 20120723 | ||||
| 5 | I_SCOPE | Call by reference | Type reference (TYPE) | STRING | 20120723 | ||||
| 6 | I_STATE | Call by reference | Type reference (TYPE) | STRING | 20120723 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OAuth2 Exception | 20120716 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |