Class Method list used by SAP ABAP Class CL_CRM_SECURE_URL_REGISTRATION (Registers the provided URL with NW to enable external access)
SAP ABAP Class
CL_CRM_SECURE_URL_REGISTRATION (Registers the provided URL with NW to enable external access) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_BSP_RUNTIME - GET_RUNTIME_INSTANCE | Business Server Pages (BSP) Runtime | ||
| 2 | CL_CRM_SECURE_URL_REGISTRATION - GET_CACHED_TOKEN | Registers the provided URL with NW to enable external access | SOURCE ev_session_access_token = cl_crm_secure_url_registration=>get_cached_token( ev_registered_url ). |
|
| 3 | CL_CRM_SECURE_URL_REGISTRATION - IS_REGISTRATION_ENABLED | Registers the provided URL with NW to enable external access | ||
| 4 | CL_CRM_SECURE_URL_REGISTRATION - PREPARE_URL_FOR_REGISTRATION | Registers the provided URL with NW to enable external access | ||
| 5 | CL_CRM_SECURE_URL_REGISTRATION - SET_CACHED_TOKEN | Registers the provided URL with NW to enable external access | SOURCE cl_crm_secure_url_registration=>set_cached_token( iv_url = ev_registered_url iv_session_access_token = ev_session_access_token ). |
|
| 6 | IF_HTTP_SERVER - ENABLE_FOREIGN_SESSION_ACCESS | HTTP Framework (iHTTP) HTTP Server | ||