PHP Class sspmod_saml_Auth_Process_AttributeNameID, simplesamlphp

Inheritance: extends sspmod_saml_BaseNameIDGenerator
Afficher le fichier Open project: simplesamlphp/simplesamlphp

Méthodes publiques

Méthode Description
__construct ( array $config, mixed $reserved ) Initialize this filter, parse configuration.

Méthodes protégées

Méthode Description
getValue ( array &$state ) : string | null Get the NameID value.

Method Details

__construct() public méthode

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

getValue() protected méthode

Get the NameID value.
protected getValue ( array &$state ) : string | null
$state array The state array.
Résultat string | null The NameID value.