PHP Класс sspmod_authX509_Auth_Process_ExpiryWarning, simplesamlphp

* show about2xpire warning if client certificate is about to expire 10 => array( 'class' => 'authX509:ExpiryWarning', 'warndaysbefore' => '30', ),
Автор: Joost van Dijk, SURFnet. ([email protected])
Наследование: extends SimpleSAML_Auth_ProcessingFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $config, mixed $reserved ) Initialize this filter.
process ( array &$state ) Process an authentication response.

Описание методов

__construct() публичный Метод

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

process() публичный Метод

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.