SAP ABAP Class CL_SRT_WSP_AUTH_CHECK (Replacement authorization checks)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_CONFIG (Package) SOAP Configuration Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ICF_AUTHORITY | ICF application authority check | 20090514 |
Properties
| Class | CL_SRT_WSP_AUTH_CHECK | |
| Short Description | Replacement authorization checks | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20090505 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ICF_AUTHORITY | ICF application authority check | 20090514 |
Friends
Class CL_SRT_WSP_AUTH_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | INT4 | 1 | Create authorization check | 20090514 | ||
| 2 | Constant | Public | Type reference (TYPE) | INT4 | 4 | Delete authorization check | 20090514 | ||
| 3 | Constant | Public | Type reference (TYPE) | INT4 | 3 | Display authorization check | 20090514 | ||
| 4 | Constant | Public | Type reference (TYPE) | INT4 | -1 | Unknown authorization check | 20090514 | ||
| 5 | Constant | Public | Type reference (TYPE) | INT4 | 2 | Update authorization check | 20090514 | ||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_AUTH_CHECK' | Own class name | 20090514 | ||
| 7 | Constant | Private | Type reference (TYPE) | XUOBJECT | 'S_SRT_UASG' | Exception authorization object | 20090515 | ||
| 8 | Constant | Private | Type reference (TYPE) | XUOBJECT | 'S_SRT_TYPE' | Exception authorization object | 20090518 | ||
| 9 | Constant | Private | Type reference (TYPE) | XUOBJECT | 'S_SRT_SR_P' | 20110316 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090528 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | SRT_WSP_AUTH_NAME | Second field value to be checked | 20090515 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | INT4 | CHECK_UNKNOWN | Current check type | 20090514 | ||
| 13 | Instance attribute | Private | Type reference (TYPE) | STRING | Last check message | 20090514 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | SRT_WSP_AUTH_NAME | SRT object's name | 20090514 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | INT4 | OBJ_TYPE_UNKNOWN | Object type to be checked | 20090514 | ||
| 16 | Constant | Public | Type reference (TYPE) | INT4 | 2 | Consumer object type | 20090514 | ||
| 17 | Constant | Public | Type reference (TYPE) | INT4 | 3 | Destination object type | 20090514 | ||
| 18 | Constant | Public | Type reference (TYPE) | INT4 | 8 | Global settings | 20090518 | ||
| 19 | Constant | Public | Type reference (TYPE) | INT4 | 9 | Global settings | 20090529 | ||
| 20 | Constant | Public | Type reference (TYPE) | INT4 | 4 | Profile object type | 20090514 | ||
| 21 | Constant | Public | Type reference (TYPE) | INT4 | 1 | Provider object type | 20090514 | ||
| 22 | Constant | Public | Type reference (TYPE) | INT4 | 10 | 20110316 | |||
| 23 | Constant | Public | Type reference (TYPE) | INT4 | 5 | Scenario object type | 20090514 | ||
| 24 | Constant | Public | Type reference (TYPE) | INT4 | -1 | Unknown object type | 20090514 | ||
| 25 | Constant | Public | Type reference (TYPE) | INT4 | 6 | User account object type | 20090514 | ||
| 26 | Constant | Public | Type reference (TYPE) | INT4 | 7 | User assignment to business system | 20090515 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090528 | |
| 2 | Instance method | Public | Constructor | Replacement authorithy check instance | 20090514 | |
| 3 | Instance method | Public | Method | Check authorization | 20090514 | |
| 4 | Instance method | Private | Method | Perform the actual authority check | 20090514 | |
| 5 | Instance method | Public | Method | Get second field value | 20090515 | |
| 6 | Instance method | Private | Method | Get authorization object's name for object type | 20090514 | |
| 7 | Instance method | Private | Method | Get type of object as string | 20090514 | |
| 8 | Instance method | Private | Method | Get current check object name as string | 20090514 | |
| 9 | Instance method | Public | Method | Get SRT object's name | 20090514 | |
| 10 | Instance method | Public | Method | Get check object type | 20090514 | |
| 11 | Instance method | Public | Method | Get authorization check type | 20090514 | |
| 12 | Instance method | Private | Method | Get the check type in string representation | 20090514 | |
| 13 | Instance method | Public | Method | Get last message of failed authorization check | 20090514 | |
| 14 | Instance method | Private | Method | Get reson for RC setting | 20090514 | |
| 15 | Static method | Public | Method | Gets a replacement authorithy check instance | 20090514 | |
| 16 | Instance method | Public | Method | Sets second field value to be checked | 20090515 | |
| 17 | Instance method | Public | Method | Set SRT object name of operation | 20090514 | |
| 18 | Instance method | Public | Method | Set check object type | 20090514 | |
| 19 | Instance method | Public | Method | Set authorization check type | 20090514 |
Events
Class CL_SRT_WSP_AUTH_CHECK has no event.
Types
Class CL_SRT_WSP_AUTH_CHECK has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_AUTH_CHECK has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_TYPE | Call by reference | Type reference (TYPE) | INT4 | Check type | 20090514 | |||
| 2 | OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Object's name | 20090514 | |||
| 3 | OBJECT_TYPE | Call by reference | Type reference (TYPE) | INT4 | Object's type | 20090514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20090514 |
Method DO_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AUTHORITY | Value transfer | Type reference (TYPE) | BOOLEAN | X=authorized; space=not authorized | 20090514 | |||
| 2 | USE_EXCEPTION | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | X=throw exception; space=no exception | 20090514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20090514 |
Method DO_REAL_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVITY | Call by reference | Type reference (TYPE) | ACTIV_AUTH | Activity | 20090514 | |||
| 2 | PR_AUTHORITY | Value transfer | Type reference (TYPE) | BOOLEAN | X=is authorized; space=is not authorized | 20090514 |
Method DO_REAL_CHECK on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_2ND_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_FIELD_VALUE | Value transfer | Type reference (TYPE) | STRING | Second field value stored | 20090515 |
Method GET_2ND_FIELD on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_AUTH_OBJ_NAME_4_OBJ_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_NAME | Value transfer | Type reference (TYPE) | XUOBJECT | Authorization object's name | 20090514 |
Method GET_AUTH_OBJ_NAME_4_OBJ_TYPE on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_AUTH_OBJ_TYPE_AS_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_OBJ_TYPE | Value transfer | Type reference (TYPE) | STRING | Object's type as string | 20090514 |
Method GET_AUTH_OBJ_TYPE_AS_STRING on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_CHECK_OBJECT_AS_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_OBJ_NAME | Value transfer | Type reference (TYPE) | STRING | Object's name as string | 20090514 |
Method GET_CHECK_OBJECT_AS_STRING on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_CHECK_OBJECT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_OBJ_NAME | Value transfer | Type reference (TYPE) | STRING | SRT object's name | 20090514 |
Method GET_CHECK_OBJECT_NAME on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_CHECK_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_OBJ_TYPE | Value transfer | Type reference (TYPE) | INT4 | Object type | 20090514 |
Method GET_CHECK_OBJECT_TYPE on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_CHECK_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_CHECK_TYPE | Value transfer | Type reference (TYPE) | INT4 | Current check type | 20090514 |
Method GET_CHECK_TYPE on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_CHECK_TYPE_AS_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_CHECK_TYPE | Value transfer | Type reference (TYPE) | STRING | Check type as string | 20090514 |
Method GET_CHECK_TYPE_AS_STRING on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_LAST_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_MSG | Value transfer | Type reference (TYPE) | STRING | Message text | 20090514 |
Method GET_LAST_MESSAGE on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method GET_REASON_FOR_SUBRC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REASON | Value transfer | Type reference (TYPE) | STRING | Return code text | 20090514 | |||
| 2 | SYSUBRC | Call by reference | Type reference (TYPE) | INT4 | Return code setting | 20090514 |
Method GET_REASON_FOR_SUBRC on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_TYPE | Call by reference | Type reference (TYPE) | INT4 | CHECK_UNKNOWN | Check type | 20090514 | ||
| 2 | OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Object's Name | 20090514 | |||
| 3 | OBJECT_TYPE | Call by reference | Type reference (TYPE) | INT4 | OBJ_TYPE_UNKNOWN | Object type | 20090514 | ||
| 4 | PR_AUTH_CHECK | Value transfer | Object reference (TYPE REF TO) | IF_ICF_AUTHORITY | ICF application authority check | 20090514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20090514 |
Method SET_2ND_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_VALUE | Call by reference | Type reference (TYPE) | STRING | Field value to be checked | 20090515 |
Method SET_2ND_FIELD on class CL_SRT_WSP_AUTH_CHECK has no exception.
Method SET_CHECK_OBJECT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | SRT object's name | 20090514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20090514 |
Method SET_CHECK_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ_TYPE | Call by reference | Type reference (TYPE) | INT4 | Object type | 20090514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20090514 |
Method SET_CHECK_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_TYPE | Call by reference | Type reference (TYPE) | INT4 | Check type | 20090514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20090514 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 740 |