ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($config, $reserved) | |
Initialize this filter. More... | |
process (&$request) | |
Apply filter to add or replace attributes. More... | |
Public Member Functions inherited from SimpleSAML_Auth_ProcessingFilter | |
__construct (&$config, $reserved) | |
Constructor for a processing filter. More... | |
process (&$request) | |
Process a request. More... | |
Private Attributes | |
$attributename = 'realm' | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
$priority = 50 | |
Priority of this filter. More... | |
Definition at line 11 of file AttributeRealm.php.
sspmod_core_Auth_Process_AttributeRealm::__construct | ( | $config, | |
$reserved | |||
) |
Initialize this filter.
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
Definition at line 21 of file AttributeRealm.php.
References $config.
sspmod_core_Auth_Process_AttributeRealm::process | ( | & | $request | ) |
Apply filter to add or replace attributes.
Add or replace existing attributes with the configured values.
array | &$request | The current request |
Definition at line 37 of file AttributeRealm.php.
References $attributename, $attributes, and array.
|
private |
Definition at line 13 of file AttributeRealm.php.
Referenced by process().