Definition at line 5 of file AbstractContainer.php.
◆ debugMessage()
SAML2\Compat\AbstractContainer::debugMessage |
( |
|
$message, |
|
|
|
$type |
|
) |
| |
|
abstract |
Log an incoming message to the debug log.
Type can be either:
- in XML received from third party
- out XML that will be sent to third party
- encrypt XML that is about to be encrypted
- decrypt XML that was just decrypted
- Parameters
-
string | $message | |
string | $type | |
- Returns
- void
Reimplemented in SAML2\Compat\MockContainer, and SAML2\Compat\Ssp\Container.
◆ generateId()
SAML2\Compat\AbstractContainer::generateId |
( |
| ) |
|
|
abstract |
◆ getLogger()
SAML2\Compat\AbstractContainer::getLogger |
( |
| ) |
|
|
abstract |
◆ postRedirect()
SAML2\Compat\AbstractContainer::postRedirect |
( |
|
$url, |
|
|
|
$data = array() |
|
) |
| |
|
abstract |
◆ redirect()
SAML2\Compat\AbstractContainer::redirect |
( |
|
$url, |
|
|
|
$data = array() |
|
) |
| |
|
abstract |
The documentation for this class was generated from the following file: