SAP ABAP Class CL_SRT_WSP_TRANSP_KEY (Transport key administration)
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_SRT_WSP_TRANSP_KEY | Transport key version instance | 20101215 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRT_WSP_TRANSP_KEY_ADMIN | Administrative methods for transport keys | 20101215 |
Properties
| Class | CL_SRT_WSP_TRANSP_KEY | |
| Short Description | Transport key administration | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20101215 | 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_SRT_WSP_TRANSP_KEY | Transport key version instance | 20101215 | ||
| 2 | IF_SRT_WSP_TRANSP_KEY_ADMIN | Administrative methods for transport keys | 20101215 |
Friends
Class CL_SRT_WSP_TRANSP_KEY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_TRANSP_KEY' | 20101215 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CX_SRT_WSP_CONFIG | 20101215 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | 20101215 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | XSTRING | 20101215 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Add specified foreign transport key version | 20101215 | |
| 2 | Static method | Private | Method | Add a new own transport key version | 20101215 | |
| 3 | Static method | Private | Method | Build Qname for tenant specific transport key property | 20101215 | |
| 4 | Static method | Private | Method | Check consistency of key persistence | 20101215 | |
| 5 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101215 | |
| 6 | Instance method | Public | Constructor | CONSTRUCTOR | 20101215 | |
| 7 | Static method | Private | Method | Check existence of foreign transport key version | 20101215 | |
| 8 | Static method | Public | Method | Generate new transport key | 20101215 | |
| 9 | Static method | Private | Method | Get own transport key version | 20101215 | |
| 10 | Static method | Private | Method | Get property name of own transport key version | 20101215 | |
| 11 | Static method | Private | Method | Check if encryption is supported | 20101215 | |
| 12 | Static method | Private | Method | List stored foreign transport keys | 20101215 | |
| 13 | Static method | Private | Method | List transport keys of current tenant | 20101215 | |
| 14 | Static method | Public | Method | Open administration API for transport key | 20101215 | |
| 15 | Static method | Public | Method | Open foreign transport key | 20101215 | |
| 16 | Static method | Public | Method | Open up own transport key | 20101215 | |
| 17 | Static method | Private | Method | Remove all local transport keys | 20101215 | |
| 18 | Static method | Private | Method | Remove transport key for foreign tenant | 20101215 |
Events
Class CL_SRT_WSP_TRANSP_KEY has no event.
Types
Class CL_SRT_WSP_TRANSP_KEY has no local type.
Method Signatures
Method ADD_FOREIGN_TRANSP_KEY_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TENANT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 2 | I_TRANSP_KEY | Call by reference | Type reference (TYPE) | XSTRING | 20101215 | ||||
| 3 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method ADD_NEW_OWN_TRANSP_KEY_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KEY | Call by reference | Type reference (TYPE) | XSTRING | 20101215 | ||||
| 2 | E_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method BUILD_SOURCE_QNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_QNAME | Call by reference | Type reference (TYPE) | QNAME | 20101215 | ||||
| 2 | I_TENANT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 3 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
Method BUILD_SOURCE_QNAME on class CL_SRT_WSP_TRANSP_KEY has no exception.
Method CHECK_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR_LOG | Call by reference | Type reference (TYPE) | SRT_WSP_STRINGS | 20101215 | ||||
| 2 | E_IS_CONSISTENT | Call by reference | Type reference (TYPE) | BOOLEAN | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_TRANSP_KEY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_TRANSP_KEY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_ADMIN | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | 20101215 | |||
| 2 | I_LOCAL | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | 20101215 | |||
| 3 | I_TENANT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 4 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method EXISTS_FOREIGN_TRANSP_KEY_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TENANT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 2 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 | ||||
| 3 | R_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GENERATE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_KEY | Value transfer | Type reference (TYPE) | XSTRING | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_OWN_TRANSP_KEY_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KEY | Call by reference | Type reference (TYPE) | XSTRING | 20101215 | ||||
| 2 | E_NOT_FOUND | Call by reference | Type reference (TYPE) | BOOLEAN | 20101215 | ||||
| 3 | E_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 | ||||
| 4 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_PROP_NAME_OWN_TRANSP_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NAME | Value transfer | Type reference (TYPE) | QNAME | 20101215 | ||||
| 2 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
Method GET_PROP_NAME_OWN_TRANSP_KEY on class CL_SRT_WSP_TRANSP_KEY has no exception.
Method IS_ENCRYPT_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_SUPPORTED | Value transfer | Type reference (TYPE) | BOOLEAN | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method LIST_FOREIGN_TRANSP_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TRANSP_KEY | Call by reference | Type reference (TYPE) | SRT_TRANSP_KEY_LIST | 20101215 | ||||
| 2 | I_TENANT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 |
Method LIST_FOREIGN_TRANSP_KEYS on class CL_SRT_WSP_TRANSP_KEY has no exception.
Method LIST_OWN_TRANSP_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TRANSP_KEY | Call by reference | Type reference (TYPE) | SRT_TRANSP_KEY_LIST | 20101215 |
Method LIST_OWN_TRANSP_KEYS on class CL_SRT_WSP_TRANSP_KEY has no exception.
Method OPEN_ADMIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ADMIN | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_TRANSP_KEY_ADMIN | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method OPEN_FOREIGN_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TENANT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 2 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 | ||||
| 3 | R_TRANSP_KEY | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_TRANSP_KEY | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method OPEN_OWN_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 | ||||
| 2 | R_TRANSP_KEY | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_TRANSP_KEY | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method REMOVE_ALL_LOCAL_KEYS Signature
Method REMOVE_ALL_LOCAL_KEYS on class CL_SRT_WSP_TRANSP_KEY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method REMOVE_FOREIGN_KEYS_BY_TENANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TENANT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 740 |