SAP ABAP Class CL_SADL_COND_PROV_AUTH_CONSTR (Class providing conditional authorization checks)
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_CONDITION_PROVIDER | Provider for a SADL Condition | 20131126 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SADL_COND_PROVIDER_AUTHS | Provider for a SADL Condition | 20131126 |
Properties
Class | CL_SADL_COND_PROV_AUTH_CONSTR | |
Short Description | Class providing conditional authorization checks | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SADL_QUERY_ENGINE_CONDITION | SADL Query Conditions / Complex Conditions |
Created | 20130629 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SADL_COND_PROV_AUTH_CONSTR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SADL_CONDITION_PROVIDER | Provider for a SADL Condition | 20131126 | ||
2 | IF_SADL_COND_PROVIDER_AUTHS | Provider for a SADL Condition | 20131126 |
Friends
Class CL_SADL_COND_PROV_AUTH_CONSTR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SADL_COND_PROV_AUTH_OBJECTS | 20131126 | |||
2 | ![]() |
Instance attribute | Private | See coding | 20131126 | ||||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_SADL_QUERY_TYPES=>TT_ELEMENT_INFO | 20131126 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20131128 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20131126 | |
2 | ![]() |
Instance method | Private | Method | 20131126 | |
3 | ![]() |
Instance method | Private | Method | 20131126 | |
4 | ![]() |
Instance method | Private | Method | 20131126 | |
5 | ![]() |
Instance method | Private | Method | 20131126 | |
6 | ![]() |
Instance method | Private | Method | 20131126 | |
7 | ![]() |
Instance method | Public | Method | 20131128 | |
8 | ![]() |
Instance method | Private | Method | 20131129 | |
9 | ![]() |
Instance method | Public | Method | 20131129 | |
10 | ![]() |
Instance method | Public | Method | 20131128 | |
11 | ![]() |
Instance method | Private | Method | 20131126 |
Events
Class CL_SADL_COND_PROV_AUTH_CONSTR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_AUTHORIZATIONS | Public | See coding | 20131126 | tt_authorizations TYPE STANDARD TABLE OF ty_authorization WITH DEFAULT KEY
|
||
2 | TT_COLLECTED_AUTHORIZATIONS | Public | See coding | 20131128 | tt_collected_authorizations TYPE STANDARD TABLE OF tt_authorizations WITH DEFAULT KEY
|
||
3 | TY_AUTHORIZATION | Public | 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,
constraints TYPE sabp_t_name_range_pairs,
END OF ty_authorization
|
||
4 | TY_SERVICE_AUTHORIZATIONS | Public | See coding | 20131128 | BEGIN OF ty_service_authorizations,
service TYPE string,
authorizations TYPE tt_collected_authorizations,
END OF ty_service_authorizations
|
Method Signatures
Method ADD_AUTHORIZATION_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUTHORIZATION_CONDITIONS | Call by reference | Type reference (TYPE) | TT_AUTHORIZATIONS | 20131126 | |||
2 | ![]() |
IV_SERVICE | Call by reference | Type reference (TYPE) | STRING | 20131128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131126 |
Method ADD_AUTHORIZATION_OBJ_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_AUTH | Call by reference | Type reference (TYPE) | TY_AUTHORIZATION | 20131126 | |||
2 | ![]() |
RV_AUTHORIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131126 |
Method ADD_AUTHORIZATION_OBJ_SINGLE on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method APPEND_AND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CONDITION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_TYPES=>TT_COMPLEX_CONDITION | 20131126 |
Method APPEND_AND on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method APPEND_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CONDITION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_TYPES=>TT_COMPLEX_CONDITION | 20131126 | |||
2 | ![]() |
IT_CONDITION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_TYPES=>TT_COMPLEX_CONDITION | 20131126 |
Method APPEND_CONDITION on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method APPEND_CONSTRAINT_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SADL_CONDITION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_TYPES=>TT_COMPLEX_CONDITION | 20131126 | |||
2 | ![]() |
IT_CONSTRAINTS | Call by reference | Type reference (TYPE) | SABP_T_NAME_RANGE_PAIRS | 20131126 | |||
3 | ![]() |
IT_ELEMENTS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_TYPES=>TT_ELEMENT_INFO | 20131126 |
Method APPEND_CONSTRAINT_CONDITION on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method APPEND_OR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CONDITION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_TYPES=>TT_COMPLEX_CONDITION | 20131126 |
Method APPEND_OR on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method GET_CONDITION Signature
Method GET_CONDITION on class CL_SADL_COND_PROV_AUTH_CONSTR has no parameter.
Method GET_CONDITION on class CL_SADL_COND_PROV_AUTH_CONSTR 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_COLLECTED_AUTHORIZATIONS | 20131129 |
Method GET_SERVICE_AUTHORIZATIONS on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method GET_SERVICE_CONDITION Signature
Method GET_SERVICE_CONDITION on class CL_SADL_COND_PROV_AUTH_CONSTR has no parameter.
Method GET_SERVICE_CONDITION on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method IS_AUTHORIZED Signature
Method IS_AUTHORIZED on class CL_SADL_COND_PROV_AUTH_CONSTR has no parameter.
Method IS_AUTHORIZED on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
Method MOVE_TO_RANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RANGES | Call by reference | Type reference (TYPE) | IF_SADL_COND_PROVIDER_GRPD_RNG=>TT_GROUPED_RANGE | 20131126 | |||
2 | ![]() |
IT_CONSTRAINTS | Call by reference | Type reference (TYPE) | SABP_T_NAME_RANGE_PAIRS | 20131126 |
Method MOVE_TO_RANGES on class CL_SADL_COND_PROV_AUTH_CONSTR has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |