SAP ABAP Class CL_SAML20_NAMEID_MAP_REQUEST (SAML20 NameID Mapping Request)
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_REQUEST | Abstract SAML2 Request Message | 20090121 |
Properties
| Class | CL_SAML20_NAMEID_MAP_REQUEST | |
| Short Description | SAML20 NameID Mapping Request | |
| Super Class | CL_SAML20_ABSTRACT_REQUEST | Abstract SAML2 Request Message |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | SAML2 | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SAML2_CORE | SAML2 Core Functionality |
| Created | 20090121 | 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_NAMEID_MAP_REQUEST has no interface implemented.
Friends
Class CL_SAML20_NAMEID_MAP_REQUEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CL_SAML20_NAMEID_MAP_REQUEST' | Name of Class | 20090206 | ||
| 2 | Constant | Private | Type reference (TYPE) | CXSLTDESC | 'SAML2_NAMEID_MAPPING_REQUEST' | Name of an XSLT Program | 20090121 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | SAML2P_NAMEID_MAP_REQUEST | SAML2 Protocol Structure: NameID Mapping Request | 20090121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20090121 | |
| 2 | Static method | Public | Method | Creates an authentication request for IDP | 20090121 | |
| 3 | Static method | Public | Method | Generate instance of XML string | 20090121 | |
| 4 | Instance method | Public | Method | Gets the data for processing the NameID request | 20090121 | |
| 5 | Instance method | Public | Method | Returns the Name ID Mapping Request | 20090121 |
Events
Class CL_SAML20_NAMEID_MAP_REQUEST has no event.
Types
Class CL_SAML20_NAMEID_MAP_REQUEST 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 | 20090121 | |||
| 2 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20090121 | ||
| 2 | Ausnahmen innerhalb der SAML2 Kernfunktion | 20090121 |
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_NAMEID_MAP_REQUEST | SAML20 NameID Mapping Anfrage | 20090121 | |||
| 2 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20090121 | |||
| 3 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20090121 |
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_NAMEID_MAP_REQUEST | SAML20 NameID Mapping Anfrage | 20090121 | |||
| 2 | IF_BINDING_TYPE | Call by reference | Type reference (TYPE) | SAML2_BINDING_TYPE | SAML2 Bindungsart | 20090325 | |||
| 3 | IF_SSL_ACTIVE | Call by reference | Type reference (TYPE) | SAML2_BOOLEAN | SAML2 Wahrheitswert | 20090325 | |||
| 4 | IF_XML | Call by reference | Type reference (TYPE) | XSTRING | 20090121 | ||||
| 5 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20090121 | |||
| 6 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20090121 |
Method GET_NAMEID_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_NAMEID_POLICY | Call by reference | Type reference (TYPE) | SAML2P_NAME_ID_POLICY | SAML2 Protokoll Struktur: NameIDPolicy | 20090121 | |||
| 2 | ES_NAMEID | Call by reference | Type reference (TYPE) | SAML2_NAME_ID | SAML2 Name am IDP | 20090306 |
Method GET_NAMEID_DATA on class CL_SAML20_NAMEID_MAP_REQUEST has no exception.
Method GET_NAMEID_MAP_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_BINDING_TYPE | Call by reference | Type reference (TYPE) | SAML2_BINDING_TYPE | SAML2 Bindungsart | 20090223 | |||
| 2 | EF_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20090121 | ||||
| 3 | EF_XML | Call by reference | Type reference (TYPE) | XSDANY | XML-Fragment | 20090223 | |||
| 4 | IF_ENCRYPTED | Call by reference | Type reference (TYPE) | SAML2_BOOLEAN | ABAP_FALSE | SAML2 Wahrheitswert | 20090121 | ||
| 5 | IS_IDENTITY | Call by reference | Type reference (TYPE) | SAML2_IDENTITY | SAML2 NameID Schlüssel | 20090121 | |||
| 6 | IS_NAMEID_POLICY | Call by reference | Type reference (TYPE) | SAML2P_NAME_ID_POLICY | SAML2 Protokoll Struktur: NameIDPolicy | 20090122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20090121 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |