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
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp

공개 메소드들

메소드 설명
__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.