ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
Create a new SimpleSAMLphp compatible container. More... | |
getLogger () | |
{} More... | |
generateId () | |
{} More... | |
debugMessage ($message, $type) | |
{} More... | |
redirect ($url, $data=array()) | |
{} More... | |
postRedirect ($url, $data=array()) | |
{} More... | |
Public Member Functions inherited from SAML2\Compat\AbstractContainer | |
getLogger () | |
Get a PSR-3 compatible logger. More... | |
generateId () | |
Generate a random identifier for identifying SAML2 documents. More... | |
debugMessage ($message, $type) | |
Log an incoming message to the debug log. More... | |
redirect ($url, $data=array()) | |
Trigger the user to perform a GET to the given URL with the given data. More... | |
postRedirect ($url, $data=array()) | |
Trigger the user to perform a POST to the given URL with the given data. More... | |
Protected Attributes | |
$logger | |
Definition at line 8 of file Container.php.
SAML2\Compat\Ssp\Container::__construct | ( | ) |
Create a new SimpleSAMLphp compatible container.
Definition at line 18 of file Container.php.
SAML2\Compat\Ssp\Container::debugMessage | ( | $message, | |
$type | |||
) |
{}
Definition at line 42 of file Container.php.
References $message, $type, and SimpleSAML_Utilities\debugMessage().
SAML2\Compat\Ssp\Container::generateId | ( | ) |
{}
Definition at line 34 of file Container.php.
References SimpleSAML_Utilities\generateID().
SAML2\Compat\Ssp\Container::getLogger | ( | ) |
SAML2\Compat\Ssp\Container::postRedirect | ( | $url, | |
$data = array() |
|||
) |
{}
Definition at line 58 of file Container.php.
References $data, $url, and SimpleSAML_Utilities\postRedirect().
SAML2\Compat\Ssp\Container::redirect | ( | $url, | |
$data = array() |
|||
) |
{}
Definition at line 50 of file Container.php.
References $data, $url, and SimpleSAML_Utilities\redirectTrustedURL().
|
protected |
Definition at line 13 of file Container.php.
Referenced by SAML2\Compat\Ssp\Container\getLogger().