SAP ABAP Class /IWFND/CL_MGW_REM_AUTHORITY (Reusable authority checks)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-GW-COR (Application Component) Gateway Framework
⤷
/IWFND/MGW_REGISTRATION (Package) GW Framework - Odata Channel - (Remote) Service Registration
⤷
⤷
Properties
| Class | /IWFND/CL_MGW_REM_AUTHORITY | |
| Short Description | Reusable authority checks | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWFND/MGW_REGISTRATION | GW Framework - Odata Channel - (Remote) Service Registration |
| Created | 20111031 | 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 /IWFND/CL_MGW_REM_AUTHORITY has no interface implemented.
Friends
Class /IWFND/CL_MGW_REM_AUTHORITY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | /IWFND/CL_MGW_REM_AUTHORITY | Reusable authority checks | 20111031 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_S_AUTHORITIES | Structure of authorities | 20111031 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20111031 | ||
| 2 | Static method | Public | Method | Get Authority Check Object | 20111031 | |
| 3 | Instance method | Public | Method | Get Authority check for Error Log transaction | 20111031 | |
| 4 | Instance method | Public | Method | Get Authority check for Service activation | 20111031 | |
| 5 | Instance method | Public | Method | Get Authority check for Error Log transaction | 20111031 | |
| 6 | Instance method | Public | Method | Get Authority check for SICF transaction | 20111031 |
Events
Class /IWFND/CL_MGW_REM_AUTHORITY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_AUTHORITIES | Private | See coding | Structure of authorities | 20111031 | BEGIN OF ty_s_authorities,
error_log_authorized TYPE flag,
service_activation_authorized TYPE flag,
sicf_authorized TYPE flag,
service_validation_authorized TYPE flag,
test_service_authorized TYPE flag,
END OF ty_s_authorities
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /IWFND/CL_MGW_REM_AUTHORITY has no parameter.
Method CONSTRUCTOR on class /IWFND/CL_MGW_REM_AUTHORITY has no exception.
Method GET_AUTH_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_REM_AUTH_CHECK | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MGW_REM_AUTHORITY | Reusable authority checks | 20111031 |
Method GET_AUTH_CHECK on class /IWFND/CL_MGW_REM_AUTHORITY has no exception.
Method GET_ERROR_LOG_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROVIDE_MESSAGE | Call by reference | Type reference (TYPE) | FLAG | ABAP_FALSE | 'X' = provide message | 20111031 | ||
| 2 | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | FLAG | Authorized for TA: Error Log | 20111031 |
Method GET_ERROR_LOG_AUTH on class /IWFND/CL_MGW_REM_AUTHORITY has no exception.
Method GET_SERVICE_ACTIVATION_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROVIDE_MESSAGE | Call by reference | Type reference (TYPE) | FLAG | ABAP_FALSE | 'X' = provide message | 20111031 | ||
| 2 | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | FLAG | Authorized for Service activation | 20111031 |
Method GET_SERVICE_ACTIVATION_AUTH on class /IWFND/CL_MGW_REM_AUTHORITY has no exception.
Method GET_SERVICE_VALIDATION_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROVIDE_MESSAGE | Call by reference | Type reference (TYPE) | FLAG | ABAP_FALSE | 'X' = provide message | 20111031 | ||
| 2 | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | FLAG | Authorized for TA: Error Log | 20111031 |
Method GET_SERVICE_VALIDATION_AUTH on class /IWFND/CL_MGW_REM_AUTHORITY has no exception.
Method GET_SICF_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROVIDE_MESSAGE | Call by reference | Type reference (TYPE) | FLAG | ABAP_FALSE | 'X' = provide message | 20111031 | ||
| 2 | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | FLAG | Authorized for transaction SICF | 20111031 |
Method GET_SICF_AUTH on class /IWFND/CL_MGW_REM_AUTHORITY has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 250 |