SAP ABAP Class CL_SADL_COND_PROV_AUTH_OBJECTS (SADL Support for Authority Object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_QUERY_ENGINE_CONDITION (Package) SADL Query Conditions / Complex Conditions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SADL_AUTHORIZATION | SADL Authorizations | 20130114 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SADL_COND_PROV_AUTH_OBJECTS | Condition provider for standard authorizations | 20130114 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SADL_COND_AUTHOBJ_SRS | Authorization condition provider for SADL reference scenario | 20130128 |
Properties
| Class | CL_SADL_COND_PROV_AUTH_OBJECTS | |
| Short Description | SADL Support for Authority Object | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADL_QUERY_ENGINE_CONDITION | SADL Query Conditions / Complex Conditions |
| Created | 20121122 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SADL_COND_PROV_AUTH_OBJECTS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SADL_AUTHORIZATION | SADL Authorizations | 20130114 | ||
| 2 | IF_SADL_COND_PROV_AUTH_OBJECTS | Condition provider for standard authorizations | 20130114 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SADL_AUNIT_FRIEND | 20130114 | Friend helper class for Unit Tests | |
| 2 | CL_SADL_CONDITION_PROVDR_FCTRY | 20130515 | Factory for various types of condition providers |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SADL_COND_PROV_AUTH_OBJECTS | 20130516 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SADL_AUTH_COND_TO_SADL_COND | 20130326 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_AUTH_OBJECTS_TO_CONDITIONS | 20130326 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_ELEMENT_INFO | 20130326 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_AUTH_OBJECTS_TO_SQL=>TT_FIELD_MAPPING | 20130326 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_COMPLEX_CONDITION | 20130408 | ||||
| 7 | Instance attribute | Private | See coding | 20131126 | |||||
| 8 | Instance attribute | Private | Type reference (TYPE) | XUOBJECT | 20130705 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130328 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | STRING | 20131126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130114 | ||
| 2 | Instance method | Public | Constructor | 20130114 | ||
| 3 | Static method | Private | Method | 20130516 | ||
| 4 | Instance method | Public | Method | 20130114 | ||
| 5 | Instance method | Public | Method | 20131129 | ||
| 6 | Instance method | Public | Method | 20130114 | ||
| 7 | Instance method | Public | Method | 20131126 | ||
| 8 | Instance method | Private | Method | 20131126 | ||
| 9 | Instance method | Private | Method | 20130326 | ||
| 10 | Instance method | Private | Method | 20131126 | ||
| 11 | Instance method | Private | Method | 20130326 |
Events
Class CL_SADL_COND_PROV_AUTH_OBJECTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_AUTHORIZATIONS | Private | See coding | 20131126 | tt_authorizations TYPE STANDARD TABLE OF ty_authorization WITH DEFAULT KEY
|
||
| 2 | TY_AUTHORIZATION | Private | See coding | 20131126 | BEGIN OF ty_authorization,
authorization_object TYPE if_sadl_authorization=>ty_authority_object,
activities TYPE if_sadl_authorization=>tt_activities,
field_mapping TYPE if_sadl_authorization=>tt_field_mapping,
END OF ty_authorization
|
||
| 3 | TY_SERVICE_AUTHORIZATIONS | Private | See coding | 20131126 | BEGIN OF ty_service_authorizations,
service TYPE string,
authorizations TYPE tt_authorizations,
END OF ty_service_authorizations
|
Method Signatures
Method ADD_AUTHORIZATION_FOR_OBJECT Signature
Method ADD_AUTHORIZATION_FOR_OBJECT on class CL_SADL_COND_PROV_AUTH_OBJECTS has no parameter.
Method ADD_AUTHORIZATION_FOR_OBJECT on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SADL_COND_PROV_AUTH_OBJECTS has no parameter.
Method CONSTRUCTOR on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROVIDER | Value transfer | Object reference (TYPE REF TO) | CL_SADL_COND_PROV_AUTH_OBJECTS | 20130516 |
Method CREATE on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method GET_CONDITION Signature
Method GET_CONDITION on class CL_SADL_COND_PROV_AUTH_OBJECTS has no parameter.
Method GET_CONDITION on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method GET_SERVICE_CONDITION Signature
Method GET_SERVICE_CONDITION on class CL_SADL_COND_PROV_AUTH_OBJECTS has no parameter.
Method GET_SERVICE_CONDITION on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method IS_AUTHORIZED Signature
Method IS_AUTHORIZED on class CL_SADL_COND_PROV_AUTH_OBJECTS has no parameter.
Method IS_AUTHORIZED on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method SET_AUTHORIZATION_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AUTHORIZATION_OBJECT | Call by reference | Type reference (TYPE) | XUOBJECT | 20131126 |
Method SET_AUTHORIZATION_OBJECT on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method _CHECK_AUTH_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELD_MAPPING | Call by reference | Type reference (TYPE) | IF_AUTH_OBJECTS_TO_SQL=>TT_FIELD_MAPPING | 20131126 | ||||
| 2 | IS_AUTHORIZATION | Call by reference | Type reference (TYPE) | TY_AUTHORIZATION | 20131126 |
Method _CHECK_AUTH_FIELDS on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method _GET_CONDITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONDITIONS | Call by reference | Type reference (TYPE) | IF_AUTH_CONDITION_TYPES=>TT_AUTHORIZATION_CONDITIONS | 20130326 | ||||
| 2 | EV_AUTHORIZED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130326 |
Method _GET_CONDITIONS on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method _GET_SERVICE_AUTHORIZATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AUTHORIZATIONS | Call by reference | Type reference (TYPE) | TT_AUTHORIZATIONS | 20131126 |
Method _GET_SERVICE_AUTHORIZATIONS on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
Method _SET_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ELEMENTS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_ELEMENT_INFO | 20130326 |
Method _SET_ELEMENTS on class CL_SADL_COND_PROV_AUTH_OBJECTS has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |