PHP Интерфейс SimpleSAML\IdP\LogoutHandlerInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( SimpleSAML_IdP $idp ) Initialize this logout handler.
onResponse ( string $assocId, string | null $relayState, SimpleSAML_Error_Exception $error = null ) Handles responses to our logout requests.
startLogout ( array &$state, string | null $assocId ) Start a logout operation.

Описание методов

__construct() публичный Метод

Initialize this logout handler.
public __construct ( SimpleSAML_IdP $idp )
$idp SimpleSAML_IdP The IdP we are logging out from.

onResponse() публичный Метод

This function will never return.
public onResponse ( string $assocId, string | null $relayState, SimpleSAML_Error_Exception $error = null )
$assocId string The association that is terminated.
$relayState string | null The RelayState from the start of the logout.
$error SimpleSAML_Error_Exception The error that occurred during session termination (if any).

startLogout() публичный Метод

This function must never return.
public startLogout ( array &$state, string | null $assocId )
$state array
$assocId string | null The association that started the logout.