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 M_ASSERTION Instance attribute Private Type reference (TYPE) SAML2_ASSERTION Structure of an SAML 2.0 Assertion 20110630
2 M_ATTRIBUTES Instance attribute Private Type reference (TYPE) SAML_ATTRIBUTES_REF SAML::Assertion attributes table 20110630
3 M_AUDIENCE Instance attribute Private Type reference (TYPE) SAML2_ANYURI SAML2 URI 20110630
4 M_AUTHNINSTANT Instance attribute Private Type reference (TYPE) XSDDATETIME_Z SAML2 URI 20110630
5 M_AUTH_CONTEXTS Instance attribute Private Type reference (TYPE) SAML2_ANYURI_T SAML 2.0 URI Table 20110630
6 M_ISSUER Instance attribute Private Type reference (TYPE) SAML2_ANYURI Any URI 20110630
7 M_NAME Instance attribute Private Type reference (TYPE) STRING 20110630
8 M_NOTBEFORE Instance attribute Private Object reference (TYPE REF TO) XSDDATETIME_Z XSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] 20110630
9 M_NOTONORAFTER Instance attribute Private Object reference (TYPE REF TO) XSDDATETIME_Z XSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] 20110630
10 M_RECIPIENT Instance attribute Private Type reference (TYPE) STRING 20110630
11 M_SIGNATURE Instance attribute Private Object reference (TYPE REF TO) XSDANY XML Fragment 20110630
12 M_SIGN_KEY Instance attribute Private Type reference (TYPE) SSFAPPL SSF Application 20110630
13 M_SUBJECT 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 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110630
2 GENERATE_OPAQUE_ID Instance method Private Method 20110630
3 PREPARE_AUDIENCE Instance method Private Method 20110630
4 PREPARE_AUTHNSTATEMENT Instance method Private Method 20110630
5 PREPARE_CONDITIONS Instance method Private Method 20110630
6 PREPARE_SUBJECT Instance method Private Method 20110630
7 RETURN_ASSERTION 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 Importing 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 Importing IF_NAME_ID_FORMAT Call by reference Type reference (TYPE) STRING IF_SAML_ASSERTION~CO_SAML20_NMFT_TRANSIENT 20110630
2 Returning RF_OPAQUE_ID Value transfer Type reference (TYPE) STRING 20110630
# Exception Resumable Description Created on
1 CX_SAML20_API 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 CX_SAML20_API 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 CX_SAML20_API 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 CX_SAML20_API 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 CX_SAML20_API 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 Returning 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