SAP ABAP Class CL_SAML_ENTITY_ABSTR (SAML entity (abstract))
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SAML_ENTITY_LOCAL | SAML Entity local | 20110630 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SAML_ENTITY_TRUSTED | SAML trusted entity - STS, SP, IDP.. | 20110630 |
Properties
| Class | CL_SAML_ENTITY_ABSTR | |
| Short Description | SAML entity (abstract) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAML2_API | SAML2::API for SAML authentication |
| Created | 20100715 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SAML_ENTITY_ABSTR has no forward declaration.
Interfaces
Class CL_SAML_ENTITY_ABSTR has no interface implemented.
Friends
Class CL_SAML_ENTITY_ABSTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SAML2_ENTITY_MODE | 'SVP' | Operation Mode of SAML2 Entity | 20110630 | ||
| 2 | Constant | Public | Type reference (TYPE) | SAML2_ENTITY_TYPE | 'E' | Trusted Entity | 20110630 | ||
| 3 | Constant | Public | Type reference (TYPE) | SAML2_ENTITY_TYPE | 'L' | Local Entity | 20110630 | ||
| 4 | Instance attribute | Protected | Type reference (TYPE) | SAML2_ENTITY_TABLE | SAML2::Entity table | 20110630 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SAML2_ENTITY | SAML2 Entity Table | 20110630 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SAML2_ENTITY_AUTHCXT_T | SAML2 Authentication Information of an Entity | 20110630 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SAML2_ENTITY_SERVICE_T | SAML2 End Point Information of an Entity | 20110630 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SAML2_ENTITY_NAMEIDFMT_T | SAML2 NameID Format of an Entity | 20110630 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SAML20_TRACE | SAML 2.0 Tracing | 20110706 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110630 | ||
| 2 | Instance method | Public | Method | Return the entity endpoints | 20110630 | |
| 3 | Instance method | Protected | Method | Return entity structure with name, hash name... | 20110630 | |
| 4 | Instance method | Public | Method | Return entity name | 20110630 | |
| 5 | Instance method | Public | Method | Return entity type | 20110630 | |
| 6 | Instance method | Protected | Method | Initialization of the entity members | 20110630 |
Events
Class CL_SAML_ENTITY_ABSTR has no event.
Types
Class CL_SAML_ENTITY_ABSTR 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_ENTITY_HASH | Call by reference | Type reference (TYPE) | SAML2_ENTITY_HASH | Hash Value of the SAML2 Entity Name | 20110630 | |||
| 2 | IF_ENTITY_NAME | Call by reference | Type reference (TYPE) | SAML2_ENTITY_NAME | SAML2 Entity ID | 20110630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Thrown by SAML20 IdP API | 20110701 |
Method GET_ENDPOINTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ENDPOINTS | Value transfer | Type reference (TYPE) | SAML2_ENTITY_SERVICE_T | SAML2 End Point Information of an Entity | 20110630 |
Method GET_ENDPOINTS on class CL_SAML_ENTITY_ABSTR has no exception.
Method GET_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ENTITY | Value transfer | Type reference (TYPE) | SAML2_ENTITY | SAML2 Entity Table | 20110630 |
Method GET_ENTITY on class CL_SAML_ENTITY_ABSTR has no exception.
Method GET_ENTITY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_NAME | Value transfer | Type reference (TYPE) | SAML2_ENTITY_NAME | SAML2 Entity ID | 20110630 |
Method GET_ENTITY_NAME on class CL_SAML_ENTITY_ABSTR has no exception.
Method GET_ENTITY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_ENTITY_TYPE | Value transfer | Type reference (TYPE) | SAML2_ENTITY_TYPE | Entity Type | 20110630 |
Method GET_ENTITY_TYPE on class CL_SAML_ENTITY_ABSTR has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ENTITY | Call by reference | Type reference (TYPE) | DATA | 20110630 |
Method INITIALIZE on class CL_SAML_ENTITY_ABSTR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |