ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class \SAML2\Compat\MockContainer. More...
Public Member Functions | |
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... | |
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... | |
Private Attributes | |
$id = '123' | |
$debugMessages = array() | |
$redirectUrl | |
$redirectData | |
$postRedirectUrl | |
$postRedirectData | |
Class \SAML2\Compat\MockContainer.
Definition at line 8 of file MockContainer.php.
SAML2\Compat\MockContainer::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 70 of file MockContainer.php.
SAML2\Compat\MockContainer::generateId | ( | ) |
Generate a random identifier for identifying SAML2 documents.
Reimplemented from SAML2\Compat\AbstractContainer.
Definition at line 52 of file MockContainer.php.
References SAML2\Compat\MockContainer\$id.
SAML2\Compat\MockContainer::getLogger | ( | ) |
Get a PSR-3 compatible logger.
Reimplemented from SAML2\Compat\AbstractContainer.
Definition at line 44 of file MockContainer.php.
SAML2\Compat\MockContainer::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 95 of file MockContainer.php.
SAML2\Compat\MockContainer::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 82 of file MockContainer.php.
|
private |
Definition at line 18 of file MockContainer.php.
|
private |
Definition at line 13 of file MockContainer.php.
Referenced by SAML2\Compat\MockContainer\generateId().
|
private |
Definition at line 38 of file MockContainer.php.
|
private |
Definition at line 33 of file MockContainer.php.
|
private |
Definition at line 28 of file MockContainer.php.
|
private |
Definition at line 23 of file MockContainer.php.