|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for sspmod_core_Auth_Process_AttributeMap:
Collaboration diagram for sspmod_core_Auth_Process_AttributeMap: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 Member Functions | |
| loadMapFile ($fileName) | |
| Loads and merges in a file with a attribute map. More... | |
Private Attributes | |
| $map = array() | |
| Associative array with the mappings of attribute names. More... | |
| $duplicate = false | |
| Should attributes be duplicated or renamed. More... | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
| $priority = 50 | |
| Priority of this filter. More... | |
Definition at line 10 of file AttributeMap.php.
| sspmod_core_Auth_Process_AttributeMap::__construct | ( | $config, | |
| $reserved | |||
| ) |
Initialize this filter, parse configuration.
| array | $config | Configuration information about this filter. |
| mixed | $reserved | For future use. |
| Exception | If the configuration of the filter is wrong. |
Definition at line 32 of file AttributeMap.php.
References $config, and loadMapFile().
Here is the call graph for this function:
|
private |
Loads and merges in a file with a attribute map.
| string | $fileName | Name of attribute map file. Expected to be in the attributemap directory in the root of the SimpleSAMLphp installation, or in the root of a module. |
| Exception | If the filter could not load the requested attribute map file. |
Definition at line 76 of file AttributeMap.php.
References $attributemap, $config, $m, SimpleSAML_Configuration\getInstance(), and SimpleSAML\Module\getModuleDir().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| sspmod_core_Auth_Process_AttributeMap::process | ( | & | $request | ) |
Apply filter to rename attributes.
| array | &$request | The current request. |
Reimplemented from SimpleSAML_Auth_ProcessingFilter.
Definition at line 113 of file AttributeMap.php.
|
private |
Should attributes be duplicated or renamed.
Definition at line 21 of file AttributeMap.php.
|
private |
Associative array with the mappings of attribute names.
Definition at line 16 of file AttributeMap.php.