ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
send (Message $message) | |
Send a SAML 2 message using the HTTP-POST 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... | |
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... | |
Definition at line 10 of file HTTPPost.php.
SAML2\HTTPPost::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 59 of file HTTPPost.php.
SAML2\HTTPPost::send | ( | Message | $message | ) |
Send a SAML 2 message using the HTTP-POST binding.
Note: This function never returns.
\SAML2\Message | $message | The message we should send. |
Definition at line 19 of file HTTPPost.php.
References $destination, $post, $relayState, SAML2\Message\getDestination(), SAML2\Message\getRelayState(), and SAML2\Message\toSignedXML().