ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |||||||
__construct () | |||||||
Create a new SimpleSAMLphp compatible container. More... | |||||||
getLogger () | |||||||
{Get a PSR-3 compatible logger.
| |||||||
generateId () | |||||||
{Generate a random identifier for identifying SAML2 documents.} More... | |||||||
debugMessage ($message, $type) | |||||||
{Log an incoming message to the debug log.Type can be either:
| |||||||
redirect ($url, $data=array()) | |||||||
{Trigger the user to perform a GET to the given URL with the given data.
| |||||||
postRedirect ($url, $data=array()) | |||||||
{Trigger the user to perform a POST to the given URL with the given data.
| |||||||
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 | |||
) |
{Log an incoming message to the debug log.Type can be either:
string | $message | |
string | $type |
Reimplemented from SAML2\Compat\AbstractContainer.
Definition at line 42 of file Container.php.
References $message, $type, and SimpleSAML_Utilities\debugMessage().
SAML2\Compat\Ssp\Container::generateId | ( | ) |
{Generate a random identifier for identifying SAML2 documents.}
Reimplemented from SAML2\Compat\AbstractContainer.
Definition at line 34 of file Container.php.
References SimpleSAML_Utilities\generateID().
SAML2\Compat\Ssp\Container::getLogger | ( | ) |
{Get a PSR-3 compatible logger.
Reimplemented from SAML2\Compat\AbstractContainer.
Definition at line 26 of file Container.php.
References SAML2\Compat\Ssp\Container\$logger.
SAML2\Compat\Ssp\Container::postRedirect | ( | $url, | |
$data = array() |
|||
) |
{Trigger the user to perform a POST to the given URL with the given data.
string | $url | |
array | $data |
Reimplemented from SAML2\Compat\AbstractContainer.
Definition at line 58 of file Container.php.
References $data, $url, and SimpleSAML_Utilities\postRedirect().
SAML2\Compat\Ssp\Container::redirect | ( | $url, | |
$data = array() |
|||
) |
{Trigger the user to perform a GET to the given URL with the given data.
string | $url | |
array | $data |
Reimplemented from SAML2\Compat\AbstractContainer.
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().