ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
AbstractContainer.php
Go to the documentation of this file.
1<?php
2
3namespace SAML2\Compat;
4
5abstract class AbstractContainer
6{
11 abstract public function getLogger();
12
16 abstract public function generateId();
17
31 abstract public function debugMessage($message, $type);
32
40 abstract public function redirect($url, $data = array());
41
49 abstract public function postRedirect($url, $data = array());
50}
An exception for terminatinating execution or to throw for unit testing.
postRedirect($url, $data=array())
Trigger the user to perform a POST to the given URL with the given data.
generateId()
Generate a random identifier for identifying SAML2 documents.
redirect($url, $data=array())
Trigger the user to perform a GET to the given URL with the given data.
debugMessage($message, $type)
Log an incoming message to the debug log.
getLogger()
Get a PSR-3 compatible logger.
catch(Exception $e) $message
$type
$url