ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | |
$activate_new = false | |
Static Protected Attributes | |
static | $cache = null |
Class shibConfig.
Definition at line 8 of file class.shibConfig.php.
shibConfig::getCity | ( | ) |
shibConfig::getCountry | ( | ) |
Definition at line 259 of file class.shibConfig.php.
References $country.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getDataConv | ( | ) |
shibConfig::getDepartment | ( | ) |
Definition at line 295 of file class.shibConfig.php.
References $department.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getEmail | ( | ) |
Definition at line 313 of file class.shibConfig.php.
References $email.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getFax | ( | ) |
Definition at line 331 of file class.shibConfig.php.
References $fax.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getFirstname | ( | ) |
Definition at line 349 of file class.shibConfig.php.
References $firstname.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getGender | ( | ) |
Definition at line 367 of file class.shibConfig.php.
References $gender.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getHobby | ( | ) |
Definition at line 385 of file class.shibConfig.php.
References $hobby.
Referenced by shibUser\createFields(), and shibUser\updateFields().
|
static |
Definition at line 208 of file class.shibConfig.php.
Referenced by shibServerData\__construct(), shibUser\create(), ilShibbolethRoleAssignmentRules\doAssignments(), ilAuthProviderShibboleth\doAuthentication(), ilShibbolethRoleAssignmentRules\updateAssignments(), and shibUser\updateFields().
shibConfig::getInstitution | ( | ) |
Definition at line 403 of file class.shibConfig.php.
References $institution.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLanguage | ( | ) |
Definition at line 421 of file class.shibConfig.php.
References $language.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLastname | ( | ) |
Definition at line 439 of file class.shibConfig.php.
References $lastname.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLogin | ( | ) |
Definition at line 457 of file class.shibConfig.php.
References $login.
Referenced by shibUser\createFields().
shibConfig::getMatriculation | ( | ) |
Definition at line 475 of file class.shibConfig.php.
References $matriculation.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneHome | ( | ) |
Definition at line 493 of file class.shibConfig.php.
References $phone_home.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneMobile | ( | ) |
Definition at line 511 of file class.shibConfig.php.
References $phone_mobile.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneOffice | ( | ) |
Definition at line 529 of file class.shibConfig.php.
References $phone_office.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getStreet | ( | ) |
Definition at line 547 of file class.shibConfig.php.
References $street.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getTitle | ( | ) |
Definition at line 565 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 781 of file class.shibConfig.php.
References $update_matriculation.
shibConfig::getUpdatePhoneHome | ( | ) |
shibConfig::getUpdatePhoneMobile | ( | ) |
Definition at line 817 of file class.shibConfig.php.
References $update_phone_mobile.
shibConfig::getUpdatePhoneOffice | ( | ) |
Definition at line 835 of file class.shibConfig.php.
References $update_phone_office.
shibConfig::getUpdateStreet | ( | ) |
shibConfig::getUpdateTitle | ( | ) |
shibConfig::getUpdateZipcode | ( | ) |
shibConfig::getUserDefaultRole | ( | ) |
shibConfig::getValueByKey | ( | $key | ) |
shibConfig::getZipcode | ( | ) |
Definition at line 907 of file class.shibConfig.php.
References $zipcode.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::isActivateNew | ( | ) |
shibConfig::setActivateNew | ( | $activate_new | ) |
bool | $activate_new |
Definition at line 979 of file class.shibConfig.php.
References $activate_new.
shibConfig::setCity | ( | $city | ) |
shibConfig::setCountry | ( | $country | ) |
shibConfig::setDataConv | ( | $data_conv | ) |
string | $data_conv |
Definition at line 268 of file class.shibConfig.php.
References $data_conv.
shibConfig::setDepartment | ( | $department | ) |
string | $department |
Definition at line 286 of file class.shibConfig.php.
References $department.
shibConfig::setEmail | ( | ) |
shibConfig::setFax | ( | $fax | ) |
shibConfig::setFirstname | ( | $firstname | ) |
string | $firstname |
Definition at line 340 of file class.shibConfig.php.
References $firstname.
shibConfig::setGender | ( | $gender | ) |
shibConfig::setHobby | ( | $hobby | ) |
shibConfig::setInstitution | ( | $institution | ) |
string | $institution |
Definition at line 394 of file class.shibConfig.php.
References $institution.
shibConfig::setLanguage | ( | $language | ) |
string | $language |
Definition at line 412 of file class.shibConfig.php.
References $language.
shibConfig::setLastname | ( | $lastname | ) |
string | $lastname |
Definition at line 430 of file class.shibConfig.php.
References $lastname.
shibConfig::setLogin | ( | $login | ) |
shibConfig::setMatriculation | ( | $matriculation | ) |
string | $matriculation |
Definition at line 466 of file class.shibConfig.php.
References $matriculation.
shibConfig::setPhoneHome | ( | $phone_home | ) |
string | $phone_home |
Definition at line 484 of file class.shibConfig.php.
References $phone_home.
shibConfig::setPhoneMobile | ( | $phone_mobile | ) |
string | $phone_mobile |
Definition at line 502 of file class.shibConfig.php.
References $phone_mobile.
shibConfig::setPhoneOffice | ( | $phone_office | ) |
string | $phone_office |
Definition at line 520 of file class.shibConfig.php.
References $phone_office.
shibConfig::setStreet | ( | $street | ) |
shibConfig::setTitle | ( | $title | ) |
shibConfig::setUpdateCity | ( | $update_city | ) |
boolean | $update_city |
Definition at line 574 of file class.shibConfig.php.
References $update_city.
shibConfig::setUpdateCountry | ( | $update_country | ) |
boolean | $update_country |
Definition at line 592 of file class.shibConfig.php.
References $update_country.
shibConfig::setUpdateDataConv | ( | $update_data_conv | ) |
boolean | $update_data_conv |
Definition at line 610 of file class.shibConfig.php.
References $update_data_conv.
shibConfig::setUpdateDepartment | ( | $update_department | ) |
boolean | $update_department |
Definition at line 628 of file class.shibConfig.php.
References $update_department.
shibConfig::setUpdateEmail | ( | $update_email | ) |
boolean | $update_email |
Definition at line 646 of file class.shibConfig.php.
References $update_email.
shibConfig::setUpdateFax | ( | $update_fax | ) |
boolean | $update_fax |
Definition at line 664 of file class.shibConfig.php.
References $update_fax.
shibConfig::setUpdateFirstname | ( | $update_firstname | ) |
boolean | $update_firstname |
Definition at line 934 of file class.shibConfig.php.
References $update_firstname.
shibConfig::setUpdateGender | ( | $update_gender | ) |
boolean | $update_gender |
Definition at line 682 of file class.shibConfig.php.
References $update_gender.
shibConfig::setUpdateHobby | ( | $update_hobby | ) |
boolean | $update_hobby |
Definition at line 700 of file class.shibConfig.php.
References $update_hobby.
shibConfig::setUpdateInstitution | ( | $update_institution | ) |
boolean | $update_institution |
Definition at line 718 of file class.shibConfig.php.
References $update_institution.
shibConfig::setUpdateLanguage | ( | $update_language | ) |
boolean | $update_language |
Definition at line 736 of file class.shibConfig.php.
References $update_language.
shibConfig::setUpdateLastname | ( | $update_lastname | ) |
boolean | $update_lastname |
Definition at line 952 of file class.shibConfig.php.
References $update_lastname.
shibConfig::setUpdateLogin | ( | $update_login | ) |
boolean | $update_login |
Definition at line 754 of file class.shibConfig.php.
References $update_login.
shibConfig::setUpdateMatriculation | ( | $update_matriculation | ) |
boolean | $update_matriculation |
Definition at line 772 of file class.shibConfig.php.
References $update_matriculation.
shibConfig::setUpdatePhoneHome | ( | $update_phone_home | ) |
boolean | $update_phone_home |
Definition at line 790 of file class.shibConfig.php.
References $update_phone_home.
shibConfig::setUpdatePhoneMobile | ( | $update_phone_mobile | ) |
boolean | $update_phone_mobile |
Definition at line 808 of file class.shibConfig.php.
References $update_phone_mobile.
shibConfig::setUpdatePhoneOffice | ( | $update_phone_office | ) |
boolean | $update_phone_office |
Definition at line 826 of file class.shibConfig.php.
References $update_phone_office.
shibConfig::setUpdateStreet | ( | $update_street | ) |
boolean | $update_street |
Definition at line 844 of file class.shibConfig.php.
References $update_street.
shibConfig::setUpdateTitle | ( | $update_title | ) |
mixed | $update_title |
Definition at line 862 of file class.shibConfig.php.
References $update_title.
shibConfig::setUpdateZipcode | ( | $update_zipcode | ) |
boolean | $update_zipcode |
Definition at line 880 of file class.shibConfig.php.
References $update_zipcode.
shibConfig::setUserDefaultRole | ( | $user_default_role | ) |
int | $user_default_role |
Definition at line 916 of file class.shibConfig.php.
References $user_default_role.
shibConfig::setZipcode | ( | $zipcode | ) |
|
protected |
Definition at line 178 of file class.shibConfig.php.
Referenced by isActivateNew(), and setActivateNew().
|
staticprotected |
Definition at line 182 of file class.shibConfig.php.
|
protected |
Definition at line 78 of file class.shibConfig.php.
|
protected |
Definition at line 94 of file class.shibConfig.php.
Referenced by getCountry(), and setCountry().
|
protected |
Definition at line 166 of file class.shibConfig.php.
Referenced by getDataConv(), and setDataConv().
|
protected |
Definition at line 62 of file class.shibConfig.php.
Referenced by getDepartment(), and setDepartment().
|
protected |
Definition at line 142 of file class.shibConfig.php.
Referenced by getEmail(), and setEmail().
|
protected |
Definition at line 126 of file class.shibConfig.php.
|
protected |
Definition at line 14 of file class.shibConfig.php.
Referenced by getFirstname(), and setFirstname().
|
protected |
Definition at line 30 of file class.shibConfig.php.
Referenced by getGender(), and setGender().
|
protected |
Definition at line 150 of file class.shibConfig.php.
Referenced by getHobby(), and setHobby().
|
protected |
Definition at line 54 of file class.shibConfig.php.
Referenced by getInstitution(), and setInstitution().
|
protected |
Definition at line 158 of file class.shibConfig.php.
Referenced by getLanguage(), and setLanguage().
|
protected |
Definition at line 22 of file class.shibConfig.php.
Referenced by getLastname(), and setLastname().
|
protected |
Definition at line 38 of file class.shibConfig.php.
Referenced by getLogin(), and setLogin().
|
protected |
Definition at line 134 of file class.shibConfig.php.
Referenced by getMatriculation(), and setMatriculation().
|
protected |
Definition at line 110 of file class.shibConfig.php.
Referenced by getPhoneHome(), and setPhoneHome().
|
protected |
Definition at line 118 of file class.shibConfig.php.
Referenced by getPhoneMobile(), and setPhoneMobile().
|
protected |
Definition at line 102 of file class.shibConfig.php.
Referenced by getPhoneOffice(), and setPhoneOffice().
|
protected |
Definition at line 70 of file class.shibConfig.php.
Referenced by getStreet(), and setStreet().
|
protected |
Definition at line 46 of file class.shibConfig.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 82 of file class.shibConfig.php.
Referenced by getUpdateCity(), and setUpdateCity().
|
protected |
Definition at line 98 of file class.shibConfig.php.
Referenced by getUpdateCountry(), and setUpdateCountry().
|
protected |
Definition at line 170 of file class.shibConfig.php.
Referenced by getUpdateDataConv(), and setUpdateDataConv().
|
protected |
Definition at line 66 of file class.shibConfig.php.
Referenced by getUpdateDepartment(), and setUpdateDepartment().
|
protected |
Definition at line 146 of file class.shibConfig.php.
Referenced by getUpdateEmail(), and setUpdateEmail().
|
protected |
Definition at line 130 of file class.shibConfig.php.
Referenced by getUpdateFax(), and setUpdateFax().
|
protected |
Definition at line 18 of file class.shibConfig.php.
Referenced by getUpdateFirstname(), and setUpdateFirstname().
|
protected |
Definition at line 34 of file class.shibConfig.php.
Referenced by getUpdateGender(), and setUpdateGender().
|
protected |
Definition at line 154 of file class.shibConfig.php.
Referenced by getUpdateHobby(), and setUpdateHobby().
|
protected |
Definition at line 58 of file class.shibConfig.php.
Referenced by getUpdateInstitution(), and setUpdateInstitution().
|
protected |
Definition at line 162 of file class.shibConfig.php.
Referenced by getUpdateLanguage(), and setUpdateLanguage().
|
protected |
Definition at line 26 of file class.shibConfig.php.
Referenced by getUpdateLastname(), and setUpdateLastname().
|
protected |
Definition at line 42 of file class.shibConfig.php.
Referenced by getUpdateLogin(), and setUpdateLogin().
|
protected |
Definition at line 138 of file class.shibConfig.php.
Referenced by getUpdateMatriculation(), and setUpdateMatriculation().
|
protected |
Definition at line 114 of file class.shibConfig.php.
Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().
|
protected |
Definition at line 122 of file class.shibConfig.php.
Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().
|
protected |
Definition at line 106 of file class.shibConfig.php.
Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().
|
protected |
Definition at line 74 of file class.shibConfig.php.
Referenced by getUpdateStreet(), and setUpdateStreet().
|
protected |
Definition at line 50 of file class.shibConfig.php.
Referenced by getUpdateTitle(), and setUpdateTitle().
|
protected |
Definition at line 90 of file class.shibConfig.php.
Referenced by getUpdateZipcode(), and setUpdateZipcode().
|
protected |
Definition at line 174 of file class.shibConfig.php.
Referenced by getUserDefaultRole(), and setUserDefaultRole().
|
protected |
Definition at line 86 of file class.shibConfig.php.
Referenced by getZipcode(), and setZipcode().