PHP 클래스 sspmod_saml_Auth_Process_SQLPersistentNameID, simplesamlphp

상속: extends sspmod_saml_BaseNameIDGenerator
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp

공개 메소드들

메소드 설명
__construct ( array $config, mixed $reserved ) Initialize this filter, parse configuration.

보호된 메소드들

메소드 설명
getValue ( array &$state ) : string | null Get the NameID value.

메소드 상세

__construct() 공개 메소드

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

getValue() 보호된 메소드

Get the NameID value.
protected getValue ( array &$state ) : string | null
$state array The state array.
리턴 string | null The NameID value.