ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | |
$replace = FALSE | |
Flag which indicates wheter this filter should append new values or replace old values. More... | |
$attributes = array() | |
Attributes which should be added/appended. More... | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
$priority = 50 | |
Priority of this filter. More... | |
Definition at line 11 of file AttributeAdd.php.
sspmod_core_Auth_Process_AttributeAdd::__construct | ( | $config, | |
$reserved | |||
) |
Initialize this filter.
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
Definition at line 33 of file AttributeAdd.php.
References $config, $name, and $values.
sspmod_core_Auth_Process_AttributeAdd::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 70 of file AttributeAdd.php.
References $attributes, $name, $request, and $values.
|
private |
Attributes which should be added/appended.
Assiciative array of arrays.
Definition at line 24 of file AttributeAdd.php.
Referenced by process().
|
private |
Flag which indicates wheter this filter should append new values or replace old values.
Definition at line 16 of file AttributeAdd.php.