SAP ABAP Class CL_SAML20_ARTIFACT_RESPONSE (SAML20 Artifact Response Message)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-LGN-SML (Application Component) SAML 2.0
⤷
SAML2_CORE (Package) SAML2 Core Functionality
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SAML20_ABSTRACT_RESPONSE | Abstract SAML2 Response Message | 20081112 |
Properties
| Class | CL_SAML20_ARTIFACT_RESPONSE | |
| Short Description | SAML20 Artifact Response Message | |
| Super Class | CL_SAML20_ABSTRACT_RESPONSE | Abstract SAML2 Response Message |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAML2_CORE | SAML2 Core Functionality |
| Created | 20081024 | SAP |
| Last change | 20130531 | 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
Class CL_SAML20_ARTIFACT_RESPONSE has no interface implemented.
Friends
Class CL_SAML20_ARTIFACT_RESPONSE 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 | 'AUTHNREQUEST' | 20090414 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'LOGOUTREQUEST' | 20090414 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'LOGOUTRESPONSE' | 20090414 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'MANAGENAMEIDREQUEST' | 20090414 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'MANAGENAMEIDRESPONSE' | 20090414 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'RESPONSE' | 20090414 | |||
| 7 | Constant | Private | Type reference (TYPE) | CXSLTDESC | 'SAML2_ARTIFACT_RESPONSE' | Name of an XSLT Program | 20081104 | ||
| 8 | Instance attribute | Private | Type reference (TYPE) | SAML2P_ARTIFACT_RESPONSE | SAML2 Artifact Response Message | 20081112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20081104 | |
| 2 | Static method | Public | Method | Generate Artifact Response | 20081211 | |
| 3 | Static method | Public | Method | Create Instance from Message | 20090414 | |
| 4 | Static method | Public | Method | Generate instance from XML string | 20081112 | |
| 5 | Instance method | Public | Method | Generate Response Message | 20081211 | |
| 6 | Instance method | Public | Method | Return the embedded message | 20081113 |
Events
Class CL_SAML20_ARTIFACT_RESPONSE has no event.
Types
Class CL_SAML20_ARTIFACT_RESPONSE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML 2.0 Entität | 20081104 | |||
| 2 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | Partnerentität | 20081211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081104 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ARTIFACT_RESPONSE | SAML20 Artifaktantwortnachricht | 20081211 | |||
| 2 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20081211 | |||
| 3 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20081211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081222 | ||
| 2 | Ausnahmen innerhalb der SAML2 Kernfunktion | 20081211 |
Method CREATE_FROM_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ARTIFACT_RESPONSE | SAML20 Logout Antwort | 20090414 | |||
| 2 | IF_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20090414 | ||||
| 3 | IF_MESSAGE_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20090414 | ||||
| 4 | IF_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | SAML2_BINDING_TYPE | SAML2 Bindungsart | 20090414 | |||
| 5 | IF_RELAY_COOKIE | Call by reference | Type reference (TYPE) | STRING | 20090716 | ||||
| 6 | IF_RELAY_STATE | Call by reference | Type reference (TYPE) | STRING | 20090414 | ||||
| 7 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20090414 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20090414 |
Method CREATE_FROM_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ARTIFACT_RESPONSE | SAML20 Antwortnachricht | 20081217 | |||
| 2 | IF_BINDING_TYPE | Call by reference | Type reference (TYPE) | SAML2_BINDING_TYPE | XML aus SOAP Nachricht | 20090305 | |||
| 3 | IF_EMBEDED_MSG_TYPE | Call by reference | Type reference (TYPE) | STRING | expected embeded msg type in ARTFCT | 20091015 | |||
| 4 | IF_REQUEST_ID | Call by reference | Type reference (TYPE) | STRING | 20090223 | ||||
| 5 | IF_XML | Call by reference | Type reference (TYPE) | XSTRING | 20081112 | ||||
| 6 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20081217 | |||
| 7 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20081217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081121 |
Method GET_ARTIFACT_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_XML | Call by reference | Type reference (TYPE) | XSTRING | Antwortobjekt | 20081211 | |||
| 2 | IF_SOAP | Call by reference | Type reference (TYPE) | SAML2_BOOLEAN | ABAP_TRUE | XML aus SOAP Nachricht | 20081215 | ||
| 3 | IF_SSL_ACTIVE | Call by reference | Type reference (TYPE) | SAML2_BOOLEAN | SAML2 Wahrheitswert | 20090224 | |||
| 4 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20090319 | |||
| 5 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ARTIFACT_RESOLVE | SAML20 Artifaktauflösung | 20090331 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081211 | ||
| 2 | Ausnahmen innerhalb der SAML2 Kernfunktion | 20081211 |
Method GET_EMBEDDED_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_MESSAGE_RAW | Call by reference | Type reference (TYPE) | XSTRING | XML | 20090414 | |||
| 2 | EF_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | STRING | 20090414 |
Method GET_EMBEDDED_MESSAGE on class CL_SAML20_ARTIFACT_RESPONSE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |