ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
AbstractContainer.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SAML2\Compat;
4 
5 abstract 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 }
getLogger()
Get a PSR-3 compatible logger.
redirect($url, $data=array())
Trigger the user to perform a GET to the given URL with the given data.
$type
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.
catch(Exception $e) $message
debugMessage($message, $type)
Log an incoming message to the debug log.
Create styles array
The data for the language used.
$url