SAP ABAP Interface /IWCOR/IF_REST_CSMGMT_HANDLER (REST Custom Session Management Handler)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SREST_HTTP (Package) REST library HTTP
⤷
⤷
Properties
| Interface | /IWCOR/IF_REST_CSMGMT_HANDLER | |
| Short Description | REST Custom Session Management Handler |
General Data
| Package | /IWCOR/SREST_HTTP | REST library HTTP |
| Created | 20131119 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no interface.
Friends
Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no friend.
Attributes
Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get cookie session id | 20131119 | |
| 2 | Instance method | Public | Method | Get server session id | 20131119 | |
| 3 | Instance method | Public | Method | Get server session timeout | 20131119 | |
| 4 | Instance method | Public | Method | Set cookie session id | 20131119 | |
| 5 | Instance method | Public | Method | Set server session timeout | 20131119 | |
| 6 | Instance method | Public | Method | Set server stateful | 20131119 |
Events
Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no event.
Types
Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no local type.
Method Signatures
Method GET_COOKIE_SESSION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_COOKIE_SESSION_ID | Call by reference | Type reference (TYPE) | STRING | Cookie session id | 20131119 |
Method GET_COOKIE_SESSION_ID on Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no exception.
Method GET_SERVER_SESSION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SERVER_SESSION_ID | Call by reference | Type reference (TYPE) | STRING | Server session id | 20131119 |
Method GET_SERVER_SESSION_ID on Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no exception.
Method GET_SERVER_SESSION_TIMEOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SERVER_SESSION_TIMEOUT | Value transfer | Type reference (TYPE) | ICFTIME | Server session timeout | 20131119 |
Method GET_SERVER_SESSION_TIMEOUT on Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no exception.
Method SET_COOKIE_SESSION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOMAIN | Call by reference | Type reference (TYPE) | STRING | '' | Domain | 20131119 | ||
| 2 | IV_EXPIRES | Call by reference | Type reference (TYPE) | STRING | '' | Expires | 20131119 | ||
| 3 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | '' | Path | 20131119 | ||
| 4 | IV_SECURE | Call by reference | Type reference (TYPE) | I | 0 | Secure | 20131119 | ||
| 5 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | Value | 20131119 |
Method SET_COOKIE_SESSION_ID on Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no exception.
Method SET_SERVER_SESSION_TIMEOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVER_SESSION_TIMEOUT | Call by reference | Type reference (TYPE) | ICFTIME | Server session timeout | 20131119 |
Method SET_SERVER_SESSION_TIMEOUT on Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no exception.
Method SET_SERVER_STATEFUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVER_STATEFUL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Server stateful | 20131119 |
Method SET_SERVER_STATEFUL on Interface /IWCOR/IF_REST_CSMGMT_HANDLER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |