PHP Class sspmod_authX509_Auth_Process_ExpiryWarning, simplesamlphp

* show about2xpire warning if client certificate is about to expire 10 => array( 'class' => 'authX509:ExpiryWarning', 'warndaysbefore' => '30', ),
Author: Joost van Dijk, SURFnet. ([email protected])
Inheritance: extends SimpleSAML_Auth_ProcessingFilter
Show file Open project: simplesamlphp/simplesamlphp

Public Methods

Method Description
__construct ( array $config, mixed $reserved ) Initialize this filter.
process ( array &$state ) Process an authentication response.

Method Details

__construct() public method

Initialize this filter.
public __construct ( array $config, mixed $reserved )
$config array Configuration information about this filter.
$reserved mixed For future use.

process() public method

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.
public process ( array &$state )
$state array The state of the response.