ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
LogoutHandlerInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SimpleSAML\IdP;
4 
5 
12 {
13 
14 
20  public function __construct(\SimpleSAML_IdP $idp);
21 
22 
31  public function startLogout(array &$state, $assocId);
32 
33 
44 }
startLogout(array &$state, $assocId)
Start a logout operation.
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10
$error
Definition: Error.php:17
$relayState
Create styles array
The data for the language used.
$idp
Definition: prp.php:13
onResponse($assocId, $relayState, \SimpleSAML_Error_Exception $error=null)
Handles responses to our logout requests.
if(!isset($_REQUEST['association'])) $assocId
__construct(\SimpleSAML_IdP $idp)
Initialize this logout handler.