/AWS1/CL_ESSSAMLIDP¶
Specifies the SAML Identity Provider's information.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_metadatacontent
TYPE /AWS1/ESSSAMLMETADATA
/AWS1/ESSSAMLMETADATA
¶
The Metadata of the SAML application in xml format.
iv_entityid
TYPE /AWS1/ESSSAMLENTITYID
/AWS1/ESSSAMLENTITYID
¶
The unique Entity ID of the application in SAML Identity Provider.
Queryable Attributes¶
MetadataContent¶
The Metadata of the SAML application in xml format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_METADATACONTENT() |
Getter for METADATACONTENT, with configurable default |
ASK_METADATACONTENT() |
Getter for METADATACONTENT w/ exceptions if field has no val |
HAS_METADATACONTENT() |
Determine if METADATACONTENT has a value |
EntityId¶
The unique Entity ID of the application in SAML Identity Provider.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENTITYID() |
Getter for ENTITYID, with configurable default |
ASK_ENTITYID() |
Getter for ENTITYID w/ exceptions if field has no value |
HAS_ENTITYID() |
Determine if ENTITYID has a value |