ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Static Private Member Functions | |
static | getArtifacts () |
Parse the query string, and extract the SAMLart parameters. More... | |
static | buildRequest (array $artifacts) |
Build the request we will send to the IdP. More... | |
static | extractResponse ($soapResponse) |
Extract the response element from the SOAP response. More... | |
Definition at line 19 of file Artifact.php.
|
staticprivate |
Build the request we will send to the IdP.
array | $artifacts | The artifacts we will request. |
Definition at line 59 of file Artifact.php.
References SimpleSAML\Utils\Random\generateID(), and SimpleSAML\Utils\Time\generateTimestamp().
|
staticprivate |
Extract the response element from the SOAP response.
string | $soapResponse | The SOAP response. |
Definition at line 88 of file Artifact.php.
References SAML2\DOMDocumentFactory\create(), SAML2\DOMDocumentFactory\fromString(), and SimpleSAML\Utils\XML\isDOMNodeOfType().
|
staticprivate |
Parse the query string, and extract the SAMLart parameters.
This function is required because each query contains multiple artifact with the same parameter name.
Definition at line 30 of file Artifact.php.