PHP Класс sspmod_saml_Auth_Process_PersistentNameID, simplesamlphp

Наследование: extends sspmod_saml_BaseNameIDGenerator
Показать файл Открыть проект

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

Метод Описание
__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.