|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for SimpleSAML\IdP\IFrameLogoutHandler:
Collaboration diagram for SimpleSAML\IdP\IFrameLogoutHandler:Public Member Functions | |
| __construct (\SimpleSAML_IdP $idp) | |
| LogoutIFrame constructor. More... | |
| startLogout (array &$state, $assocId) | |
| Start the logout operation. More... | |
| onResponse ($assocId, $relayState, \SimpleSAML_Error_Exception $error=null) | |
| Continue the logout operation. More... | |
| __construct (\SimpleSAML_IdP $idp) | |
| Initialize this logout handler. More... | |
| startLogout (array &$state, $assocId) | |
| Start a logout operation. More... | |
| onResponse ($assocId, $relayState, \SimpleSAML_Error_Exception $error=null) | |
| Handles responses to our logout requests. More... | |
Private Attributes | |
| $idp | |
Definition at line 14 of file IFrameLogoutHandler.php.
| SimpleSAML\IdP\IFrameLogoutHandler::__construct | ( | \SimpleSAML_IdP | $idp | ) |
LogoutIFrame constructor.
| \SimpleSAML_IdP | $idp | The IdP to log out from. |
Implements SimpleSAML\IdP\LogoutHandlerInterface.
Definition at line 30 of file IFrameLogoutHandler.php.
References SimpleSAML\IdP\IFrameLogoutHandler\$idp.
| SimpleSAML\IdP\IFrameLogoutHandler::onResponse | ( | $assocId, | |
| $relayState, | |||
| \SimpleSAML_Error_Exception | $error = null |
||
| ) |
Continue the logout operation.
This function will never return.
| string | $assocId | The association that is terminated. |
| string | null | $relayState | The RelayState from the start of the logout. |
| \SimpleSAML_Error_Exception | null | $error | The error that occurred during session termination (if any). |
Implements SimpleSAML\IdP\LogoutHandlerInterface.
Definition at line 90 of file IFrameLogoutHandler.php.
References $assocId, $error, $header, exit, and html().
Here is the call graph for this function:| SimpleSAML\IdP\IFrameLogoutHandler::startLogout | ( | array & | $state, |
| $assocId | |||
| ) |
Start the logout operation.
| array | &$state | The logout state. |
| string | null | $assocId | The SP we are logging out from. |
Implements SimpleSAML\IdP\LogoutHandlerInterface.
Definition at line 41 of file IFrameLogoutHandler.php.
References $association, $associations, $assocId, $id, SimpleSAML\IdP\IFrameLogoutHandler\$idp, $params, $state, $url, SimpleSAML_IdP\getByState(), SimpleSAML\Module\getModuleURL(), SimpleSAML\Utils\HTTP\redirectTrustedURL(), and SimpleSAML_Auth_State\saveState().
Here is the call graph for this function:
|
private |
Definition at line 22 of file IFrameLogoutHandler.php.
Referenced by SimpleSAML\IdP\IFrameLogoutHandler\__construct(), and SimpleSAML\IdP\IFrameLogoutHandler\startLogout().