ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($config, $reserved) | |
Initialize this filter. More... | |
process (&$state) | |
Process an authentication response. More... | |
Public Member Functions inherited from SimpleSAML_Auth_ProcessingFilter | |
__construct (&$config, $reserved) | |
Constructor for a processing filter. More... | |
process (&$request) | |
Process a request. More... | |
Private Attributes | |
$warndaysbefore = 30 | |
$renewurl = null | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
$priority = 50 | |
Priority of this filter. More... | |
Definition at line 17 of file ExpiryWarning.php.
sspmod_authX509_Auth_Process_ExpiryWarning::__construct | ( | $config, | |
$reserved | |||
) |
Initialize this filter.
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
Definition at line 29 of file ExpiryWarning.php.
References $config.
sspmod_authX509_Auth_Process_ExpiryWarning::process | ( | & | $state | ) |
Process an authentication response.
This function saves the state, and if necessary redirects the user to the page where the user is informed about the expiry date of his/her certificate.
array | $state | The state of the response. |
Definition at line 58 of file ExpiryWarning.php.
References $_SERVER, $id, $renewurl, $state, $url, SimpleSAML\Logger\error(), SimpleSAML\Module\getModuleURL(), SimpleSAML\Utils\HTTP\redirectTrustedURL(), SimpleSAML_Auth_State\saveState(), and SimpleSAML\Logger\warning().
|
private |
Definition at line 21 of file ExpiryWarning.php.
Referenced by process().
|
private |
Definition at line 20 of file ExpiryWarning.php.