ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
LogoutHandlerInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SimpleSAML\IdP
;
4
5
11
interface
LogoutHandlerInterface
12
{
13
14
20
public
function
__construct
(\
SimpleSAML_IdP
$idp
);
21
22
31
public
function
startLogout
(
array
&
$state
,
$assocId
);
32
33
43
public
function
onResponse
(
$assocId
,
$relayState
, \
SimpleSAML_Error_Exception
$error
= null);
44
}
SimpleSAML_Error_Exception
Definition:
Exception.php:12
SimpleSAML\IdP\LogoutHandlerInterface\startLogout
startLogout(array &$state, $assocId)
Start a logout operation.
$state
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition:
linkback.php:10
$error
$error
Definition:
Error.php:17
$relayState
$relayState
Definition:
logout-iframe-post.php:14
SimpleSAML\IdP
Definition:
IFrameLogoutHandler.php:3
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
SimpleSAML_IdP
Definition:
IdP.php:11
$idp
$idp
Definition:
prp.php:13
SimpleSAML\IdP\LogoutHandlerInterface\onResponse
onResponse($assocId, $relayState, \SimpleSAML_Error_Exception $error=null)
Handles responses to our logout requests.
$assocId
if(!isset($_REQUEST['association'])) $assocId
Definition:
logout-iframe-post.php:12
SimpleSAML\IdP\LogoutHandlerInterface
Definition:
LogoutHandlerInterface.php:11
SimpleSAML\IdP\LogoutHandlerInterface\__construct
__construct(\SimpleSAML_IdP $idp)
Initialize this logout handler.
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
IdP
LogoutHandlerInterface.php
Generated on Tue Jan 28 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)