PHP Class sspmod_saml_Auth_Process_AttributeNameID, simplesamlphp

Inheritance: extends sspmod_saml_BaseNameIDGenerator
Show file Open project: simplesamlphp/simplesamlphp

Public Methods

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

Protected Methods

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

Method Details

__construct() public method

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 method

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