SAP ABAP Class CL_SAML20_AUTHN_REQUEST (SAML20 AuthnStatement)
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 | 20081024 |
Properties
| Class | CL_SAML20_AUTHN_REQUEST | |
| Short Description | SAML20 AuthnStatement | |
| Super Class | CL_SAML20_ABSTRACT_REQUEST | Abstract SAML2 Request Message |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SAML2_CORE | SAML2 Core Functionality |
| Created | 20080822 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SAML20_AUTHN_REQUEST has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SAML20_ABSTRACT_MSG | 20081020 | Abstract Superclass for SAML2 Messages |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CL_SAML20_AUTHN_REQUEST' | Name of Class | 20090206 | ||
| 2 | Constant | Private | Type reference (TYPE) | CXSLTDESC | 'SAML2_AUTHN_REQUEST' | Name of an XSLT Program | 20081031 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | SAML2P_AUTHN_REQUEST | SAML2 Protocol Structure: AuthnRequest | 20081021 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20080825 | |
| 2 | Static method | Public | Method | Creates an authentication request for IDP | 20080825 | |
| 3 | Static method | Public | Method | Generates an instance based on an XML fragment | 20081022 | |
| 4 | Instance method | Public | Method | Returns the SSO request message | 20081126 | |
| 5 | Instance method | Public | Method | Set attributes for the request | 20081201 |
Events
Class CL_SAML20_AUTHN_REQUEST has no event.
Types
Class CL_SAML20_AUTHN_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 | 20081031 | |||
| 2 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | Partnerentität | 20081126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081222 | ||
| 2 | Ausnahmen innerhalb der SAML2 Kernfunktion | 20081125 |
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_AUTHN_REQUEST | SAML20 AuthnStatement | 20081126 | |||
| 2 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20081126 | |||
| 3 | IO_TRUSTED_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20081126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081222 | ||
| 2 | Ausnahmen innerhalb der SAML2 Kernfunktion | 20081125 |
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_AUTHN_REQUEST | SAML20 Artifaktantwortnachricht | 20090211 | |||
| 2 | IF_BINDING_TYPE | Call by reference | Type reference (TYPE) | SAML2_BINDING_TYPE | SAML2 Wahrheitswert | 20090305 | |||
| 3 | IF_XML | Call by reference | Type reference (TYPE) | XSTRING | 20081112 | ||||
| 4 | IO_ENTITY_OBJ | Call by reference | Object reference (TYPE REF TO) | CL_SAML20_ENTITY | SAML20 Entitätsobjekt | 20090224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081121 |
Method GET_AUTHN_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CF_BINDING_TYPE | Call by reference | Type reference (TYPE) | SAML2_BINDING_TYPE | Ermittelte Bindungsart | 20090220 | |||
| 2 | EF_ARTIFACT | Call by reference | Type reference (TYPE) | STRING | 20090507 | ||||
| 3 | EF_MESSAGE | Call by reference | Type reference (TYPE) | STRING | Nachricht | 20081126 | |||
| 4 | EF_RELAYSTATE | Call by reference | Type reference (TYPE) | STRING | 20090226 | ||||
| 5 | EF_XML | Call by reference | Type reference (TYPE) | XSDANY | XML-Fragment | 20090217 | |||
| 6 | IF_APPLICATION_FIELDS | Call by reference | Type reference (TYPE) | STRING | Felder | 20090716 | |||
| 7 | IF_APPLICATION_URI | Call by reference | Type reference (TYPE) | STRING | URL der Applikation | 20081201 | |||
| 8 | IV_REQUEST_METHOD | Call by reference | Type reference (TYPE) | STRING | Original request method (GET/POST) | 20110926 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20081201 | ||
| 2 | Ausnahmen innerhalb der SAML2 Kernfunktion | 20081126 |
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_ACS_URL | Call by reference | Type reference (TYPE) | STRING | Antwort URL | 20081201 | |||
| 2 | IF_ALLOW_CREATE | Call by reference | Type reference (TYPE) | SAML2_BOOLEAN | Erlaube Federationerzeugung | 20081201 | |||
| 3 | IF_AUTH_CONTEXT | Call by reference | Type reference (TYPE) | SAML2_AUTH_CLASS_KEY_T | Schlüsselwert des SAML2 Authentifizierungsklasse | 20081201 | |||
| 4 | IF_CONSENT | Call by reference | Type reference (TYPE) | STRING | Consent Wert | 20081201 | |||
| 5 | IF_FORCE_AUTH | Call by reference | Type reference (TYPE) | SAML2_BOOLEAN | ABAP_FALSE | Erzwinge Authentifizierung | 20081201 | ||
| 6 | IF_NAMEID_FORMAT | Call by reference | Type reference (TYPE) | SAML2_NAMEID_KEY | SAML2 NameID Schlüssel | 20081201 | |||
| 7 | IF_PASSIVE | Call by reference | Type reference (TYPE) | SAML2_BOOLEAN | ABAP_FALSE | Erlaube GUI zur Anmeldung | 20081201 | ||
| 8 | IF_RESPONSE_BINDING | Call by reference | Type reference (TYPE) | SAML2_BINDING_TYPE | 'POST' | Antwort Binding | 20081201 | ||
| 9 | IF_SPNAMEQUALIFIER | Call by reference | Type reference (TYPE) | SAML2_ENTITY_KEY | SAML2 Entität für Affiliation | 20090225 | |||
| 10 | IV_COMPARISON_METHOD | Call by reference | Type reference (TYPE) | SAML2_COMPARISON_METHOD | Comparison method | 20101202 | |||
| 11 | IV_SCOPING_ELEMENT | Call by reference | Type reference (TYPE) | STRING | Scoping IdP | 20121005 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Oberklasse SAML20 Ausnahmen | 20090316 | ||
| 2 | Ausnahmen innerhalb der SAML2 Kernfunktion | 20081201 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |