ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($config, $reserved) | |
Initialize this filter, parse configuration. More... | |
process (&$request) | |
Apply filter to rename 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 | |
$map = array() | |
Assosiative array with the mappings of attribute names. More... | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
$priority = 50 | |
Priority of this filter. More... | |
Definition at line 18 of file AttributeCopy.php.
sspmod_core_Auth_Process_AttributeCopy::__construct | ( | $config, | |
$reserved | |||
) |
Initialize this filter, parse configuration.
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
Definition at line 32 of file AttributeCopy.php.
References $config, $destination, and $source.
sspmod_core_Auth_Process_AttributeCopy::process | ( | & | $request | ) |
Apply filter to rename attributes.
array | &$request | The current request |
Definition at line 57 of file AttributeCopy.php.
References $attributes, $name, $request, and $values.
|
private |
Assosiative array with the mappings of attribute names.
Definition at line 23 of file AttributeCopy.php.