ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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().
|
private |
Definition at line 48 of file SmartName.php.
References $userid.
Referenced by getFullName().
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 |
Definition at line 64 of file SmartName.php.
References $attributes, array, and getFullName().
|
private |
Attributes which should be added/appended.
Assiciative array of arrays.
Definition at line 16 of file SmartName.php.
Referenced by getFullName(), and process().