|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for sspmod_core_Auth_Process_AttributeCopy:
Collaboration diagram for sspmod_core_Auth_Process_AttributeCopy: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 |
Reimplemented from SimpleSAML_Auth_ProcessingFilter.
Definition at line 57 of file AttributeCopy.php.
References $attributes, and $name.
|
private |
Assosiative array with the mappings of attribute names.
Definition at line 23 of file AttributeCopy.php.