ILIAS
Release_5_0_x_branch Revision 61816
|
Class shibConfig. More...
Static Public Member Functions | |
static | getInstance () |
Protected Attributes | |
$firstname = '' | |
$update_firstname = false | |
$lastname = '' | |
$update_lastname = false | |
$gender = '' | |
$update_gender = false | |
$login = '' | |
$update_login = false | |
$title = '' | |
$update_title | |
$institution = '' | |
$update_institution = false | |
$department = '' | |
$update_department = false | |
$street = '' | |
$update_street = false | |
$city = '' | |
$update_city = false | |
$zipcode = 0 | |
$update_zipcode = false | |
$country = '' | |
$update_country = false | |
$phone_office = '' | |
$update_phone_office = false | |
$phone_home = '' | |
$update_phone_home = false | |
$phone_mobile = '' | |
$update_phone_mobile = false | |
$fax = '' | |
$update_fax = false | |
$matriculation = '' | |
$update_matriculation = false | |
$email = '' | |
$update_email = false | |
$hobby = '' | |
$update_hobby = false | |
$language = '' | |
$update_language = false | |
$data_conv = '' | |
$update_data_conv = false | |
$user_default_role = 4 |
Static Protected Attributes | |
static | $cache = NULL |
Class shibConfig.
Definition at line 8 of file class.shibConfig.php.
shibConfig::getCity | ( | ) |
shibConfig::getCountry | ( | ) |
Definition at line 248 of file class.shibConfig.php.
References $country.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getDataConv | ( | ) |
shibConfig::getDepartment | ( | ) |
Definition at line 280 of file class.shibConfig.php.
References $department.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getEmail | ( | ) |
Definition at line 296 of file class.shibConfig.php.
References $email.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getFax | ( | ) |
Definition at line 312 of file class.shibConfig.php.
References $fax.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getFirstname | ( | ) |
Definition at line 328 of file class.shibConfig.php.
References $firstname.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getGender | ( | ) |
Definition at line 344 of file class.shibConfig.php.
References $gender.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getHobby | ( | ) |
Definition at line 360 of file class.shibConfig.php.
References $hobby.
Referenced by shibUser\createFields(), and shibUser\updateFields().
|
static |
Definition at line 201 of file class.shibConfig.php.
References $cache.
Referenced by shibServerData\__construct(), ilShibbolethRoleAssignmentRules\doAssignments(), ShibAuth\login(), and ilShibbolethRoleAssignmentRules\updateAssignments().
shibConfig::getInstitution | ( | ) |
Definition at line 376 of file class.shibConfig.php.
References $institution.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLanguage | ( | ) |
Definition at line 392 of file class.shibConfig.php.
References $language.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLastname | ( | ) |
Definition at line 408 of file class.shibConfig.php.
References $lastname.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLogin | ( | ) |
Definition at line 424 of file class.shibConfig.php.
References $login.
Referenced by shibUser\createFields().
shibConfig::getMatriculation | ( | ) |
Definition at line 440 of file class.shibConfig.php.
References $matriculation.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneHome | ( | ) |
Definition at line 456 of file class.shibConfig.php.
References $phone_home.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneMobile | ( | ) |
Definition at line 472 of file class.shibConfig.php.
References $phone_mobile.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneOffice | ( | ) |
Definition at line 488 of file class.shibConfig.php.
References $phone_office.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getStreet | ( | ) |
Definition at line 504 of file class.shibConfig.php.
References $street.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getTitle | ( | ) |
Definition at line 520 of file class.shibConfig.php.
References $title.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getUpdateCity | ( | ) |
shibConfig::getUpdateCountry | ( | ) |
shibConfig::getUpdateDataConv | ( | ) |
shibConfig::getUpdateDepartment | ( | ) |
shibConfig::getUpdateEmail | ( | ) |
shibConfig::getUpdateFax | ( | ) |
shibConfig::getUpdateFirstname | ( | ) |
shibConfig::getUpdateGender | ( | ) |
shibConfig::getUpdateHobby | ( | ) |
shibConfig::getUpdateInstitution | ( | ) |
shibConfig::getUpdateLanguage | ( | ) |
shibConfig::getUpdateLastname | ( | ) |
shibConfig::getUpdateLogin | ( | ) |
shibConfig::getUpdateMatriculation | ( | ) |
Definition at line 712 of file class.shibConfig.php.
References $update_matriculation.
shibConfig::getUpdatePhoneHome | ( | ) |
shibConfig::getUpdatePhoneMobile | ( | ) |
Definition at line 744 of file class.shibConfig.php.
References $update_phone_mobile.
shibConfig::getUpdatePhoneOffice | ( | ) |
Definition at line 760 of file class.shibConfig.php.
References $update_phone_office.
shibConfig::getUpdateStreet | ( | ) |
shibConfig::getUpdateTitle | ( | ) |
shibConfig::getUpdateZipcode | ( | ) |
shibConfig::getUserDefaultRole | ( | ) |
shibConfig::getValueByKey | ( | $key | ) |
$key |
Definition at line 215 of file class.shibConfig.php.
shibConfig::getZipcode | ( | ) |
Definition at line 824 of file class.shibConfig.php.
References $zipcode.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::setCity | ( | $city | ) |
shibConfig::setCountry | ( | $country | ) |
shibConfig::setDataConv | ( | $data_conv | ) |
string | $data_conv |
Definition at line 256 of file class.shibConfig.php.
References $data_conv.
shibConfig::setDepartment | ( | $department | ) |
string | $department |
Definition at line 272 of file class.shibConfig.php.
References $department.
shibConfig::setEmail | ( | ) |
shibConfig::setFax | ( | $fax | ) |
shibConfig::setFirstname | ( | $firstname | ) |
string | $firstname |
Definition at line 320 of file class.shibConfig.php.
References $firstname.
shibConfig::setGender | ( | $gender | ) |
shibConfig::setHobby | ( | $hobby | ) |
shibConfig::setInstitution | ( | $institution | ) |
string | $institution |
Definition at line 368 of file class.shibConfig.php.
References $institution.
shibConfig::setLanguage | ( | $language | ) |
string | $language |
Definition at line 384 of file class.shibConfig.php.
References $language.
shibConfig::setLastname | ( | $lastname | ) |
string | $lastname |
Definition at line 400 of file class.shibConfig.php.
References $lastname.
shibConfig::setLogin | ( | $login | ) |
shibConfig::setMatriculation | ( | $matriculation | ) |
string | $matriculation |
Definition at line 432 of file class.shibConfig.php.
References $matriculation.
shibConfig::setPhoneHome | ( | $phone_home | ) |
string | $phone_home |
Definition at line 448 of file class.shibConfig.php.
References $phone_home.
shibConfig::setPhoneMobile | ( | $phone_mobile | ) |
string | $phone_mobile |
Definition at line 464 of file class.shibConfig.php.
References $phone_mobile.
shibConfig::setPhoneOffice | ( | $phone_office | ) |
string | $phone_office |
Definition at line 480 of file class.shibConfig.php.
References $phone_office.
shibConfig::setStreet | ( | $street | ) |
shibConfig::setTitle | ( | $title | ) |
shibConfig::setUpdateCity | ( | $update_city | ) |
boolean | $update_city |
Definition at line 528 of file class.shibConfig.php.
References $update_city.
shibConfig::setUpdateCountry | ( | $update_country | ) |
boolean | $update_country |
Definition at line 544 of file class.shibConfig.php.
References $update_country.
shibConfig::setUpdateDataConv | ( | $update_data_conv | ) |
boolean | $update_data_conv |
Definition at line 560 of file class.shibConfig.php.
References $update_data_conv.
shibConfig::setUpdateDepartment | ( | $update_department | ) |
boolean | $update_department |
Definition at line 576 of file class.shibConfig.php.
References $update_department.
shibConfig::setUpdateEmail | ( | $update_email | ) |
boolean | $update_email |
Definition at line 592 of file class.shibConfig.php.
References $update_email.
shibConfig::setUpdateFax | ( | $update_fax | ) |
boolean | $update_fax |
Definition at line 608 of file class.shibConfig.php.
References $update_fax.
shibConfig::setUpdateFirstname | ( | $update_firstname | ) |
boolean | $update_firstname |
Definition at line 848 of file class.shibConfig.php.
References $update_firstname.
shibConfig::setUpdateGender | ( | $update_gender | ) |
boolean | $update_gender |
Definition at line 624 of file class.shibConfig.php.
References $update_gender.
shibConfig::setUpdateHobby | ( | $update_hobby | ) |
boolean | $update_hobby |
Definition at line 640 of file class.shibConfig.php.
References $update_hobby.
shibConfig::setUpdateInstitution | ( | $update_institution | ) |
boolean | $update_institution |
Definition at line 656 of file class.shibConfig.php.
References $update_institution.
shibConfig::setUpdateLanguage | ( | $update_language | ) |
boolean | $update_language |
Definition at line 672 of file class.shibConfig.php.
References $update_language.
shibConfig::setUpdateLastname | ( | $update_lastname | ) |
boolean | $update_lastname |
Definition at line 864 of file class.shibConfig.php.
References $update_lastname.
shibConfig::setUpdateLogin | ( | $update_login | ) |
boolean | $update_login |
Definition at line 688 of file class.shibConfig.php.
References $update_login.
shibConfig::setUpdateMatriculation | ( | $update_matriculation | ) |
boolean | $update_matriculation |
Definition at line 704 of file class.shibConfig.php.
References $update_matriculation.
shibConfig::setUpdatePhoneHome | ( | $update_phone_home | ) |
boolean | $update_phone_home |
Definition at line 720 of file class.shibConfig.php.
References $update_phone_home.
shibConfig::setUpdatePhoneMobile | ( | $update_phone_mobile | ) |
boolean | $update_phone_mobile |
Definition at line 736 of file class.shibConfig.php.
References $update_phone_mobile.
shibConfig::setUpdatePhoneOffice | ( | $update_phone_office | ) |
boolean | $update_phone_office |
Definition at line 752 of file class.shibConfig.php.
References $update_phone_office.
shibConfig::setUpdateStreet | ( | $update_street | ) |
boolean | $update_street |
Definition at line 768 of file class.shibConfig.php.
References $update_street.
shibConfig::setUpdateTitle | ( | $update_title | ) |
mixed | $update_title |
Definition at line 784 of file class.shibConfig.php.
References $update_title.
shibConfig::setUpdateZipcode | ( | $update_zipcode | ) |
boolean | $update_zipcode |
Definition at line 800 of file class.shibConfig.php.
References $update_zipcode.
shibConfig::setUserDefaultRole | ( | $user_default_role | ) |
int | $user_default_role |
Definition at line 832 of file class.shibConfig.php.
References $user_default_role.
shibConfig::setZipcode | ( | $zipcode | ) |
|
staticprotected |
Definition at line 177 of file class.shibConfig.php.
Referenced by getInstance().
|
protected |
Definition at line 77 of file class.shibConfig.php.
|
protected |
Definition at line 93 of file class.shibConfig.php.
Referenced by getCountry(), and setCountry().
|
protected |
Definition at line 165 of file class.shibConfig.php.
Referenced by getDataConv(), and setDataConv().
|
protected |
Definition at line 61 of file class.shibConfig.php.
Referenced by getDepartment(), and setDepartment().
|
protected |
Definition at line 141 of file class.shibConfig.php.
Referenced by getEmail(), and setEmail().
|
protected |
Definition at line 125 of file class.shibConfig.php.
|
protected |
Definition at line 13 of file class.shibConfig.php.
Referenced by getFirstname(), and setFirstname().
|
protected |
Definition at line 29 of file class.shibConfig.php.
Referenced by getGender(), and setGender().
|
protected |
Definition at line 149 of file class.shibConfig.php.
Referenced by getHobby(), and setHobby().
|
protected |
Definition at line 53 of file class.shibConfig.php.
Referenced by getInstitution(), and setInstitution().
|
protected |
Definition at line 157 of file class.shibConfig.php.
Referenced by getLanguage(), and setLanguage().
|
protected |
Definition at line 21 of file class.shibConfig.php.
Referenced by getLastname(), and setLastname().
|
protected |
Definition at line 37 of file class.shibConfig.php.
Referenced by getLogin(), and setLogin().
|
protected |
Definition at line 133 of file class.shibConfig.php.
Referenced by getMatriculation(), and setMatriculation().
|
protected |
Definition at line 109 of file class.shibConfig.php.
Referenced by getPhoneHome(), and setPhoneHome().
|
protected |
Definition at line 117 of file class.shibConfig.php.
Referenced by getPhoneMobile(), and setPhoneMobile().
|
protected |
Definition at line 101 of file class.shibConfig.php.
Referenced by getPhoneOffice(), and setPhoneOffice().
|
protected |
Definition at line 69 of file class.shibConfig.php.
Referenced by getStreet(), and setStreet().
|
protected |
Definition at line 45 of file class.shibConfig.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 81 of file class.shibConfig.php.
Referenced by getUpdateCity(), and setUpdateCity().
|
protected |
Definition at line 97 of file class.shibConfig.php.
Referenced by getUpdateCountry(), and setUpdateCountry().
|
protected |
Definition at line 169 of file class.shibConfig.php.
Referenced by getUpdateDataConv(), and setUpdateDataConv().
|
protected |
Definition at line 65 of file class.shibConfig.php.
Referenced by getUpdateDepartment(), and setUpdateDepartment().
|
protected |
Definition at line 145 of file class.shibConfig.php.
Referenced by getUpdateEmail(), and setUpdateEmail().
|
protected |
Definition at line 129 of file class.shibConfig.php.
Referenced by getUpdateFax(), and setUpdateFax().
|
protected |
Definition at line 17 of file class.shibConfig.php.
Referenced by getUpdateFirstname(), and setUpdateFirstname().
|
protected |
Definition at line 33 of file class.shibConfig.php.
Referenced by getUpdateGender(), and setUpdateGender().
|
protected |
Definition at line 153 of file class.shibConfig.php.
Referenced by getUpdateHobby(), and setUpdateHobby().
|
protected |
Definition at line 57 of file class.shibConfig.php.
Referenced by getUpdateInstitution(), and setUpdateInstitution().
|
protected |
Definition at line 161 of file class.shibConfig.php.
Referenced by getUpdateLanguage(), and setUpdateLanguage().
|
protected |
Definition at line 25 of file class.shibConfig.php.
Referenced by getUpdateLastname(), and setUpdateLastname().
|
protected |
Definition at line 41 of file class.shibConfig.php.
Referenced by getUpdateLogin(), and setUpdateLogin().
|
protected |
Definition at line 137 of file class.shibConfig.php.
Referenced by getUpdateMatriculation(), and setUpdateMatriculation().
|
protected |
Definition at line 113 of file class.shibConfig.php.
Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().
|
protected |
Definition at line 121 of file class.shibConfig.php.
Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().
|
protected |
Definition at line 105 of file class.shibConfig.php.
Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().
|
protected |
Definition at line 73 of file class.shibConfig.php.
Referenced by getUpdateStreet(), and setUpdateStreet().
|
protected |
Definition at line 49 of file class.shibConfig.php.
Referenced by getUpdateTitle(), and setUpdateTitle().
|
protected |
Definition at line 89 of file class.shibConfig.php.
Referenced by getUpdateZipcode(), and setUpdateZipcode().
|
protected |
Definition at line 173 of file class.shibConfig.php.
Referenced by getUserDefaultRole(), and setUserDefaultRole().
|
protected |
Definition at line 85 of file class.shibConfig.php.
Referenced by getZipcode(), and setZipcode().