ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Stores relevant user data. More...
Public Member Functions | |
__construct ($a_data) | |
getLogin () | |
get login More... | |
getExternalAccount () | |
getFirstname () | |
get firstname More... | |
getLastname () | |
getLastname More... | |
getEmail () | |
get email More... | |
getInstitution () | |
get institution More... | |
getImportId () | |
get Email More... | |
loadFromObject () | |
load from object More... | |
loadFromGET () | |
load user data from GET parameters More... | |
toJSON () | |
toGET (ilECSParticipantSetting $setting) | |
get GET parameter string More... | |
toREALM () | |
Concatenate all attributes to one string. More... | |
Data Fields | |
string | $login |
string | |
string | $firstname |
string | $lastname |
string | $institution |
string | $uid_hash |
Protected Attributes | |
string | $external_account = '' |
string | $auth_mode = '' |
Private Attributes | |
ilSetting | $setting |
$source | |
Stores relevant user data.
Definition at line 26 of file class.ilECSUser.php.
ilECSUser::__construct | ( | $a_data | ) |
ilObjUser|array | ilObjUser or array containing user info |
Definition at line 47 of file class.ilECSUser.php.
References $DIC, loadFromGET(), and loadFromObject().
ilECSUser::getEmail | ( | ) |
get email
Definition at line 95 of file class.ilECSUser.php.
References $email.
Referenced by ilAuthProviderECS\createUser(), and ilAuthProviderECS\updateUser().
ilECSUser::getExternalAccount | ( | ) |
Definition at line 69 of file class.ilECSUser.php.
References $external_account.
Referenced by toGET().
ilECSUser::getFirstname | ( | ) |
get firstname
Definition at line 79 of file class.ilECSUser.php.
References $firstname.
Referenced by ilAuthProviderECS\createUser(), and ilAuthProviderECS\updateUser().
ilECSUser::getImportId | ( | ) |
get Email
Definition at line 110 of file class.ilECSUser.php.
References $uid_hash.
Referenced by ilAuthProviderECS\createUser(), and ilAuthProviderECS\updateUser().
ilECSUser::getInstitution | ( | ) |
get institution
Definition at line 102 of file class.ilECSUser.php.
References $institution.
Referenced by ilAuthProviderECS\createUser(), and ilAuthProviderECS\updateUser().
ilECSUser::getLastname | ( | ) |
getLastname
Definition at line 87 of file class.ilECSUser.php.
References $lastname.
Referenced by ilAuthProviderECS\createUser(), and ilAuthProviderECS\updateUser().
ilECSUser::getLogin | ( | ) |
get login
Definition at line 64 of file class.ilECSUser.php.
References $login.
Referenced by ilAuthProviderECS\createUser(), and toGET().
ilECSUser::loadFromGET | ( | ) |
load user data from GET parameters
Definition at line 135 of file class.ilECSUser.php.
References ILIAS\UI\examples\Symbol\Glyph\Login\login(), and ilUtil\stripSlashes().
Referenced by __construct().
ilECSUser::loadFromObject | ( | ) |
load from object
Definition at line 118 of file class.ilECSUser.php.
References ILIAS\UI\examples\Symbol\Glyph\Login\login().
Referenced by __construct().
ilECSUser::toGET | ( | ilECSParticipantSetting | $setting | ) |
get GET parameter string
Definition at line 159 of file class.ilECSUser.php.
References ilECSParticipantSetting\EXTERNAL_ACCOUNT_PLACEHOLDER, getExternalAccount(), getLogin(), ilECSParticipantSetting\getOutgoingExternalAuthModes(), ilECSParticipantSetting\getOutgoingUsernamePlaceholderByAuthMode(), and ilECSParticipantSetting\LOGIN_PLACEHOLDER.
ilECSUser::toJSON | ( | ) |
Definition at line 151 of file class.ilECSUser.php.
ilECSUser::toREALM | ( | ) |
Concatenate all attributes to one string.
Definition at line 198 of file class.ilECSUser.php.
References $uid_hash, and ILIAS\UI\examples\Symbol\Glyph\Login\login().
|
protected |
Definition at line 41 of file class.ilECSUser.php.
string ilECSUser::$email |
Definition at line 34 of file class.ilECSUser.php.
Referenced by getEmail().
|
protected |
Definition at line 40 of file class.ilECSUser.php.
Referenced by getExternalAccount().
string ilECSUser::$firstname |
Definition at line 35 of file class.ilECSUser.php.
Referenced by getFirstname().
string ilECSUser::$institution |
Definition at line 37 of file class.ilECSUser.php.
Referenced by getInstitution().
string ilECSUser::$lastname |
Definition at line 36 of file class.ilECSUser.php.
Referenced by getLastname().
string ilECSUser::$login |
Definition at line 33 of file class.ilECSUser.php.
Referenced by getLogin().
|
private |
Definition at line 28 of file class.ilECSUser.php.
|
private |
Definition at line 31 of file class.ilECSUser.php.
string ilECSUser::$uid_hash |
Definition at line 38 of file class.ilECSUser.php.
Referenced by getImportId(), and toREALM().