|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for SimpleSAML\Bindings\Shib13\Artifact: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().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
|
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.