|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for sspmod_smartattributes_Auth_Process_SmartName:
Collaboration diagram for sspmod_smartattributes_Auth_Process_SmartName:Public Member Functions | |
| 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 Member Functions | |
| getFullName ($attributes) | |
| getLocalUser ($userid) | |
Private Attributes | |
| $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 9 of file SmartName.php.
|
private |
Definition at line 19 of file SmartName.php.
References $attributes, and getLocalUser().
Referenced by process().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 48 of file SmartName.php.
References $userid.
Referenced by getFullName().
Here is the caller graph for this function:| sspmod_smartattributes_Auth_Process_SmartName::process | ( | & | $request | ) |
Apply filter to add or replace attributes.
Add or replace existing attributes with the configured values.
| array | &$request | The current request |
Reimplemented from SimpleSAML_Auth_ProcessingFilter.
Definition at line 64 of file SmartName.php.
References $attributes, and getFullName().
Here is the call graph for this function:
|
private |
Attributes which should be added/appended.
Assiciative array of arrays.
Definition at line 16 of file SmartName.php.
Referenced by getFullName(), and process().