SAP ABAP Class CL_OAUTH2_S_SCOPE_MANAGER (OAuth2 Scope Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC (Application Component) Security
⤷
SOAUTH2 (Package) OAuth2
⤷
⤷
Properties
| Class | CL_OAUTH2_S_SCOPE_MANAGER | |
| Short Description | OAuth2 Scope Manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAUTH2 | OAuth2 |
| Created | 20120116 | SAP |
| Last change | 20131127 | 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 CL_OAUTH2_S_SCOPE_MANAGER has no interface implemented.
Friends
Class CL_OAUTH2_S_SCOPE_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | C | ':' | 20120912 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120912 | ||
| 2 | Static method | Private | Method | 20120912 | ||
| 3 | Static method | Public | Method | 20130131 | ||
| 4 | Static method | Public | Method | Create a new scope | 20120117 | |
| 5 | Static method | Public | Method | Delete a scope | 20120117 |
Events
Class CL_OAUTH2_S_SCOPE_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_OBJECT | Public | See coding | 20120116 | BEGIN OF ty_s_object,
pgmid TYPE pgmid, "oa2_pgmid,
object TYPE trobjtype, "oa2_object,
obj_name TYPE sobj_name, "oa2_obj_name,
END OF ty_s_object
|
||
| 2 | TY_T_OBJECT | Public | See coding | 20120912 | ty_t_object TYPE STANDARD TABLE OF ty_s_object
|
Method Signatures
Method BUILD_NAME_FROM_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT | Call by reference | Type reference (TYPE) | TY_S_OBJECT | 20120912 | ||||
| 2 | R_OBJ_NAME | Value transfer | Type reference (TYPE) | SOBJ_NAME | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120912 |
Method CHECK_OBJECT_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT | Call by reference | Type reference (TYPE) | TY_S_OBJECT | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120912 |
Method CHECK_SCOPE_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SCOPE_ID | Call by reference | Type reference (TYPE) | STRING | 20130131 | ||||
| 2 | R_SCOPE_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130131 |
Method CHECK_SCOPE_EXIST on class CL_OAUTH2_S_SCOPE_MANAGER has no exception.
Method CREATE_SCOPE_FROM_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TRANSPORT_REQUEST_ID | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20120117 | |||
| 2 | IS_OBJECT | Call by reference | Type reference (TYPE) | TY_S_OBJECT | 20120117 | ||||
| 3 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | DDTEXT | Explanatory short text | 20120117 | |||
| 4 | I_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20120117 | |||
| 5 | I_LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OAuth2 Exception | 20120117 |
Method DELETE_SCOPE_FROM_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TRANSPORT_REQUEST_ID | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20120117 | |||
| 2 | IS_OBJECT | Call by reference | Type reference (TYPE) | TY_S_OBJECT | 20120117 | ||||
| 3 | I_NO_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OAuth2 Exception | 20120117 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |