SAP ABAP Class CL_ESH_AU_AUTHORIZATION_CACHE (Users with auth. for connectors in Cache)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_AUTHORIZATION (Package) Authorization
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_CA_DATA_CONTAINER | Data Container of Cache Client | 20091105 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20091105 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20091105 |
Properties
| Class | CL_ESH_AU_AUTHORIZATION_CACHE | |
| Short Description | Users with auth. for connectors in Cache | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_AUTHORIZATION | Authorization |
| Created | 20091105 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_AU_AUTHORIZATION_CACHE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_CA_DATA_CONTAINER | Data Container of Cache Client | 20091105 | ||
| 2 | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20091105 | ||
| 3 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20091105 |
Friends
Class CL_ESH_AU_AUTHORIZATION_CACHE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | S_DATA | Connectors and Categ. of the user | 20091106 |
Methods
Class CL_ESH_AU_AUTHORIZATION_CACHE has no method.
Events
Class CL_ESH_AU_AUTHORIZATION_CACHE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CATEGORY | Public | See coding | 20091222 | BEGIN OF s_category,
category_id type string,
END OF s_category
|
||
| 2 | S_CONNECTOR | Public | See coding | 20091207 | BEGIN OF s_connector,
connector_id type string,
request_id type string,
END OF s_connector
|
||
| 3 | S_DATA | Public | See coding | Data | 20091106 | BEGIN OF s_data,
connectors TYPE SORTED TABLE OF s_connector WITH UNIQUE KEY connector_id request_id,
categories TYPE SORTED TABLE OF s_category WITH UNIQUE KEY category_id,
END OF s_data
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |