ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getOutputToSend (Message $message) | |
send (Message $message) | |
Send a SAML 2 message using the SOAP binding. More... | |
receive () | |
Receive a SAML 2 message sent using the HTTP-POST binding. More... | |
Public Member Functions inherited from SAML2\Binding | |
getDestination () | |
Retrieve the destination of a message. More... | |
setDestination ($destination) | |
Override the destination of a message. More... | |
send (Message $message) | |
Send a SAML 2 message. More... | |
receive () | |
Receive a SAML 2 message. More... | |
Protected Member Functions | |
getInputStream () | |
Additional Inherited Members | |
Static Public Member Functions inherited from SAML2\Binding | |
static | getBinding ($urn) |
Retrieve a binding with the given URN. More... | |
static | getCurrentBinding () |
Guess the current binding. More... | |
Protected Attributes inherited from SAML2\Binding | |
$destination | |
The destination of messages. More... | |
|
protected |
SAML2\SOAP::getOutputToSend | ( | Message | $message | ) |
Definition at line 16 of file SOAP.php.
References $header, $response, SAML2\Message\getDestination(), and SAML2\Message\toSignedXML().
SAML2\SOAP::receive | ( | ) |
Receive a SAML 2 message sent using the HTTP-POST binding.
Throws an exception if it is unable receive the message.
Definition at line 85 of file SOAP.php.
References $results, and $xml.
SAML2\SOAP::send | ( | Message | $message | ) |