SAP ABAP Class CL_SAML_ASSERTION (SAML Assertion)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-LGN-SML (Application Component) SAML 2.0
⤷
SAML2_API (Package) SAML2::API for SAML authentication

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SAML_PROTOCOL | SAML protocol abstract | 20110630 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAML_ASSERTION | SAML assertion | 20110630 |
Properties
Class | CL_SAML_ASSERTION | |
Short Description | SAML Assertion | |
Super Class | CL_SAML_PROTOCOL | SAML protocol abstract |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAML2_API | SAML2::API for SAML authentication |
Created | 20100727 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SAML_ASSERTION has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SAML_ASSERTION | SAML assertion | 20110630 |
Friends
Class CL_SAML_ASSERTION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAML2_ASSERTION | Structure of an SAML 2.0 Assertion | 20110630 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAML_ATTRIBUTES_REF | SAML::Assertion attributes table | 20110630 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAML2_ANYURI | SAML2 URI | 20110630 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSDDATETIME_Z | SAML2 URI | 20110630 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAML2_ANYURI_T | SAML 2.0 URI Table | 20110630 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAML2_ANYURI | Any URI | 20110630 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110630 | |||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | XSDDATETIME_Z | XSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] | 20110630 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | XSDDATETIME_Z | XSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] | 20110630 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110630 | |||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | XSDANY | XML Fragment | 20110630 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SSFAPPL | SSF Application | 20110630 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAML2_ASSERTION_SUBJECT | Structure of an SAML 2.0 Assertion Subject | 20110630 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20110630 |
2 | ![]() |
Instance method | Private | Method | 20110630 | |
3 | ![]() |
Instance method | Private | Method | 20110630 | |
4 | ![]() |
Instance method | Private | Method | 20110630 | |
5 | ![]() |
Instance method | Private | Method | 20110630 | |
6 | ![]() |
Instance method | Private | Method | 20110630 | |
7 | ![]() |
Instance method | Public | Method | 20110630 |
Events
Class CL_SAML_ASSERTION has no event.
Types
Class CL_SAML_ASSERTION has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_PROTOCOL_VERSION | Call by reference | Type reference (TYPE) | SAML_VERSION | '2.0' | SAML Version Specification | 20110630 |
Method CONSTRUCTOR on class CL_SAML_ASSERTION has no exception.
Method GENERATE_OPAQUE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_NAME_ID_FORMAT | Call by reference | Type reference (TYPE) | STRING | IF_SAML_ASSERTION~CO_SAML20_NMFT_TRANSIENT | 20110630 | ||
2 | ![]() |
RF_OPAQUE_ID | Value transfer | Type reference (TYPE) | STRING | 20110630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Thrown by SAML20 IdP API | 20110701 |
Method PREPARE_AUDIENCE Signature
Method PREPARE_AUDIENCE on class CL_SAML_ASSERTION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Thrown by SAML20 IdP API | 20110701 |
Method PREPARE_AUTHNSTATEMENT Signature
Method PREPARE_AUTHNSTATEMENT on class CL_SAML_ASSERTION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Thrown by SAML20 IdP API | 20110701 |
Method PREPARE_CONDITIONS Signature
Method PREPARE_CONDITIONS on class CL_SAML_ASSERTION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Thrown by SAML20 IdP API | 20110701 |
Method PREPARE_SUBJECT Signature
Method PREPARE_SUBJECT on class CL_SAML_ASSERTION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Thrown by SAML20 IdP API | 20110701 |
Method RETURN_ASSERTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_ASSERTION | Value transfer | Type reference (TYPE) | SAML2_ASSERTION | 20110630 |
Method RETURN_ASSERTION on class CL_SAML_ASSERTION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |