Class Method list used by SAP ABAP Class CL_SADL_COND_PROV_AUTH_CONSTR (Class providing conditional authorization checks)
SAP ABAP Class
CL_SADL_COND_PROV_AUTH_CONSTR (Class providing conditional authorization checks) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_ABAP_UNIT_ASSERT - ASSERT_FALSE | ABAP Unit: Assertions (see longtext) | ||
| 2 | CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see longtext) | ||
| 3 | CL_ABAP_UNIT_ASSERT - ASSERT_TRUE | ABAP Unit: Assertions (see longtext) | ||
| 4 | CL_ABAP_UNIT_ASSERT - ASSERT_INITIAL | ABAP Unit: Assertions (see longtext) | ||
| 5 | CL_SADL_CONDITION_PROVDR_FCTRY - CREATE_FOR_GROUPED_RANGES | Factory for various types of condition providers | ||
| 6 | CL_SADL_COND_PROV_AUTH_CONSTR - APPEND_CONSTRAINT_CONDITION | Class providing conditional authorization checks | SOURCE append_constraint_condition( EXPORTING it_elements = it_elements it_constraints = ls_auth_condition-constraints |
|
| 7 | CL_SADL_COND_PROV_AUTH_CONSTR - MOVE_TO_RANGES | Class providing conditional authorization checks | SOURCE move_to_ranges( EXPORTING it_constraints = it_constraints IMPORTING et_ranges = DATA(lt_ranges) ). |
|
| 8 | CL_SADL_COND_PROV_AUTH_CONSTR - GET_SERVICE_AUTHORIZATIONS | Class providing conditional authorization checks | SOURCE get_service_authorizations( IMPORTING et_authorizations = DATA(lt_service_authorizations) ). |
|
| 9 | CL_SADL_COND_PROV_AUTH_CONSTR - GET_SERVICE_AUTHORIZATIONS | Class providing conditional authorization checks | SOURCE get_service_authorizations( IMPORTING et_authorizations = DATA(lt_service_authorizations) ). |
|
| 10 | CL_SADL_COND_PROV_AUTH_CONSTR - GET_CONDITION | Class providing conditional authorization checks | ||
| 11 | CL_SADL_COND_PROV_AUTH_CONSTR - APPEND_OR | Class providing conditional authorization checks | SOURCE append_or( CHANGING ct_condition = et_sadl_condition ). |
|
| 12 | CL_SADL_COND_PROV_AUTH_CONSTR - APPEND_CONSTRAINT_CONDITION | Class providing conditional authorization checks | SOURCE CHANGING ct_sadl_condition = lt_auth ). |
|
| 13 | CL_SADL_COND_PROV_AUTH_CONSTR - APPEND_CONDITION | Class providing conditional authorization checks | SOURCE append_condition( EXPORTING it_condition = lt_auth CHANGING ct_condition = et_sadl_condition ). |
|
| 14 | CL_SADL_COND_PROV_AUTH_CONSTR - APPEND_CONDITION | Class providing conditional authorization checks | SOURCE append_condition( EXPORTING it_condition = lt_constr_condition CHANGING ct_condition = ct_sadl_condition ). |
|
| 15 | CL_SADL_COND_PROV_AUTH_CONSTR - APPEND_AND | Class providing conditional authorization checks | SOURCE append_and( CHANGING ct_condition = et_sadl_condition ). |
|
| 16 | CL_SADL_COND_PROV_AUTH_CONSTR - APPEND_AND | Class providing conditional authorization checks | SOURCE append_and( CHANGING ct_condition = ct_sadl_condition ). |
|
| 17 | CL_SADL_COND_PROV_AUTH_CONSTR - ADD_AUTHORIZATION_OBJ_SINGLE | Class providing conditional authorization checks | SOURCE lv_or = boolc( lv_or = abap_true OR add_authorization_obj_single( ls_auth_condition ) = abap_true ). |
|
| 18 | CL_SADL_COND_PROV_AUTH_CONSTR - ADD_AUTHORIZATION_OBJ_SINGLE | Class providing conditional authorization checks | SOURCE IF add_authorization_obj_single( ls_auth_condition ) = abap_false. |
|
| 19 | CL_SADL_COND_PROV_AUTH_CONSTR - ADD_AUTHORIZATION_CONDITIONS | Class providing conditional authorization checks | ||
| 20 | CL_SADL_COND_PROV_AUTH_OBJECTS - SET_AUTHORIZATION_OBJECT | SADL Support for Authority Object | ||
| 21 | CL_SADL_COND_PROV_AUTH_OBJECTS - GET_CONDITION | SADL Support for Authority Object | ||
| 22 | CL_SADL_COND_PROV_AUTH_OBJECTS - ADD_AUTHORIZATION_FOR_OBJECT | SADL Support for Authority Object | ||
| 23 | CL_SADL_COND_PROV_AUTH_OBJECTS - IS_AUTHORIZED | SADL Support for Authority Object | ||
| 24 | CL_SADL_COND_PROV_FACTORY_PUB - CREATE_FOR_AUTHORIZATION | SADL condition provider factory for public use | ||
| 25 | CL_SADL_COND_PROV_FACTORY_PUB - CREATE_FOR_AUTHORIZATION | SADL condition provider factory for public use | ||
| 26 | CL_SADL_CONSUMER_AUNIT_FRIEND - INJECT_AUTH_OBJECT_VALUES | Friend helper class for Unit Tests | ||
| 27 | IF_SADL_AUTHORIZATION - ADD_AUTHORIZATION_FOR_OBJECT | SADL Authorizations | ||
| 28 | IF_SADL_AUTHORIZATION - ADD_AUTHORIZATION_FOR_OBJECT | SADL Authorizations | ||
| 29 | IF_SADL_CONDITION_PROVIDER - GET_CONDITION | Provider for a SADL Condition | ||
| 30 | IF_SADL_CONDITION_PROVIDER - GET_CONDITION | Provider for a SADL Condition | ||
| 31 | IF_SADL_CONDITION_PROVIDER - GET_CONDITION | Provider for a SADL Condition | ||
| 32 | IF_SADL_CONDITION_PROVIDER - GET_CONDITION | Provider for a SADL Condition | ||
| 33 | IF_SADL_CONDITION_PROVIDER - GET_CONDITION | Provider for a SADL Condition | ||
| 34 | IF_SADL_COND_PROVIDER_AUTHS - GET_SERVICE_CONDITION | Provider for a SADL Condition | ||
| 35 | IF_SADL_COND_PROVIDER_AUTHS - GET_SERVICE_CONDITION | Provider for a SADL Condition | ||
| 36 | IF_SADL_COND_PROVIDER_AUTHS - IS_AUTHORIZED | Provider for a SADL Condition | ||
| 37 | IF_SADL_COND_PROVIDER_AUTHS - IS_AUTHORIZED | Provider for a SADL Condition | ||
| 38 | IF_SADL_COND_PROVIDER_AUTHS - IS_AUTHORIZED | Provider for a SADL Condition | ||
| 39 | IF_SADL_COND_PROVIDER_AUTHS - IS_AUTHORIZED | Provider for a SADL Condition | ||
| 40 | IF_SADL_COND_PROVIDER_GRPD_RNG - GET_CONDITION | Condition Provider for Grouped Ranges | ||
| 41 | IF_SADL_COND_PROV_AUTH_OBJECTS - ADD_AUTHORIZATION_FOR_OBJECT | Condition provider for standard authorizations |