ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($config, $reserved) | |
Initialize this filter, parse configuration. More... | |
Public Member Functions inherited from sspmod_saml_BaseNameIDGenerator | |
__construct ($config, $reserved) | |
Initialize this filter, parse configuration. More... | |
process (&$state) | |
Generate transient NameID. More... | |
Public Member Functions inherited from SimpleSAML_Auth_ProcessingFilter | |
__construct (&$config, $reserved) | |
Constructor for a processing filter. More... | |
process (&$request) | |
Process a request. More... | |
Protected Member Functions | |
getValue (array &$state) | |
Get the NameID value. More... | |
Protected Member Functions inherited from sspmod_saml_BaseNameIDGenerator | |
getValue (array &$state) | |
Get the NameID value. More... | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
$priority = 50 | |
Priority of this filter. More... | |
Protected Attributes inherited from sspmod_saml_BaseNameIDGenerator | |
$format | |
Definition at line 9 of file TransientNameID.php.
sspmod_saml_Auth_Process_TransientNameID::__construct | ( | $config, | |
$reserved | |||
) |
Initialize this filter, parse configuration.
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
Definition at line 18 of file TransientNameID.php.
References $config, and SAML2\Constants\NAMEID_TRANSIENT.
|
protected |
Get the NameID value.
array | $state | The state array. |
Definition at line 33 of file TransientNameID.php.
References SimpleSAML\Utils\Random\generateID().