ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
shibConfig Class Reference

Class shibConfig. More...

+ Inheritance diagram for shibConfig:
+ Collaboration diagram for shibConfig:

Public Member Functions

 getValueByKey ($key)
 setCity ($city)
 getCity ()
 setCountry ($country)
 getCountry ()
 setDataConv ($data_conv)
 getDataConv ()
 setDepartment ($department)
 getDepartment ()
 setEmail ($email)
 getEmail ()
 setFax ($fax)
 getFax ()
 setFirstname ($firstname)
 getFirstname ()
 setGender ($gender)
 getGender ()
 setHobby ($hobby)
 getHobby ()
 setInstitution ($institution)
 getInstitution ()
 setLanguage ($language)
 getLanguage ()
 setLastname ($lastname)
 getLastname ()
 setLogin ($login)
 getLogin ()
 setMatriculation ($matriculation)
 getMatriculation ()
 setPhoneHome ($phone_home)
 getPhoneHome ()
 setPhoneMobile ($phone_mobile)
 getPhoneMobile ()
 setPhoneOffice ($phone_office)
 getPhoneOffice ()
 setStreet ($street)
 getStreet ()
 setTitle ($title)
 getTitle ()
 setUpdateCity ($update_city)
 getUpdateCity ()
 setUpdateCountry ($update_country)
 getUpdateCountry ()
 setUpdateDataConv ($update_data_conv)
 getUpdateDataConv ()
 setUpdateDepartment ($update_department)
 getUpdateDepartment ()
 setUpdateEmail ($update_email)
 getUpdateEmail ()
 setUpdateFax ($update_fax)
 getUpdateFax ()
 setUpdateGender ($update_gender)
 getUpdateGender ()
 setUpdateHobby ($update_hobby)
 getUpdateHobby ()
 setUpdateInstitution ($update_institution)
 getUpdateInstitution ()
 setUpdateLanguage ($update_language)
 getUpdateLanguage ()
 setUpdateLogin ($update_login)
 getUpdateLogin ()
 setUpdateMatriculation ($update_matriculation)
 getUpdateMatriculation ()
 setUpdatePhoneHome ($update_phone_home)
 getUpdatePhoneHome ()
 setUpdatePhoneMobile ($update_phone_mobile)
 getUpdatePhoneMobile ()
 setUpdatePhoneOffice ($update_phone_office)
 getUpdatePhoneOffice ()
 setUpdateStreet ($update_street)
 getUpdateStreet ()
 setUpdateTitle ($update_title)
 getUpdateTitle ()
 setUpdateZipcode ($update_zipcode)
 getUpdateZipcode ()
 setZipcode ($zipcode)
 getZipcode ()
 setUserDefaultRole ($user_default_role)
 getUserDefaultRole ()
 setUpdateFirstname ($update_firstname)
 getUpdateFirstname ()
 setUpdateLastname ($update_lastname)
 getUpdateLastname ()

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

Detailed Description

Class shibConfig.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 8 of file class.shibConfig.php.

Member Function Documentation

shibConfig::getCity ( )
Returns
string

Definition at line 232 of file class.shibConfig.php.

References $city.

{
return $this->city;
}
shibConfig::getCountry ( )
Returns
string

Definition at line 248 of file class.shibConfig.php.

References $country.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getDataConv ( )
Returns
string

Definition at line 264 of file class.shibConfig.php.

References $data_conv.

{
}
shibConfig::getDepartment ( )
Returns
string

Definition at line 280 of file class.shibConfig.php.

References $department.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getEmail ( )
Returns
string

Definition at line 296 of file class.shibConfig.php.

References $email.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
return $this->email;
}

+ Here is the caller graph for this function:

shibConfig::getFax ( )
Returns
string

Definition at line 312 of file class.shibConfig.php.

References $fax.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
return $this->fax;
}

+ Here is the caller graph for this function:

shibConfig::getFirstname ( )
Returns
string

Definition at line 328 of file class.shibConfig.php.

References $firstname.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getGender ( )
Returns
string

Definition at line 344 of file class.shibConfig.php.

References $gender.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
return $this->gender;
}

+ Here is the caller graph for this function:

shibConfig::getHobby ( )
Returns
string

Definition at line 360 of file class.shibConfig.php.

References $hobby.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
return $this->hobby;
}

+ Here is the caller graph for this function:

static shibConfig::getInstance ( )
static
Returns
shibConfig

Definition at line 201 of file class.shibConfig.php.

References $cache.

Referenced by shibServerData\__construct(), ilShibbolethRoleAssignmentRules\doAssignments(), ShibAuth\login(), and ilShibbolethRoleAssignmentRules\updateAssignments().

{
if (! isset(self::$cache)) {
self::$cache = new self();
}
return self::$cache;
}

+ Here is the caller graph for this function:

shibConfig::getInstitution ( )
Returns
string

Definition at line 376 of file class.shibConfig.php.

References $institution.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getLanguage ( )
Returns
string

Definition at line 392 of file class.shibConfig.php.

References $language.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getLastname ( )
Returns
string

Definition at line 408 of file class.shibConfig.php.

References $lastname.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getLogin ( )
Returns
string

Definition at line 424 of file class.shibConfig.php.

References $login.

Referenced by shibUser\createFields().

{
return $this->login;
}

+ Here is the caller graph for this function:

shibConfig::getMatriculation ( )
Returns
string

Definition at line 440 of file class.shibConfig.php.

References $matriculation.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getPhoneHome ( )
Returns
string

Definition at line 456 of file class.shibConfig.php.

References $phone_home.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getPhoneMobile ( )
Returns
string

Definition at line 472 of file class.shibConfig.php.

References $phone_mobile.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getPhoneOffice ( )
Returns
string

Definition at line 488 of file class.shibConfig.php.

References $phone_office.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::getStreet ( )
Returns
string

Definition at line 504 of file class.shibConfig.php.

References $street.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
return $this->street;
}

+ Here is the caller graph for this function:

shibConfig::getTitle ( )
Returns
string

Definition at line 520 of file class.shibConfig.php.

References $title.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
return $this->title;
}

+ Here is the caller graph for this function:

shibConfig::getUpdateCity ( )
Returns
boolean

Definition at line 536 of file class.shibConfig.php.

References $update_city.

{
}
shibConfig::getUpdateCountry ( )
Returns
boolean

Definition at line 552 of file class.shibConfig.php.

References $update_country.

{
}
shibConfig::getUpdateDataConv ( )
Returns
boolean

Definition at line 568 of file class.shibConfig.php.

References $update_data_conv.

shibConfig::getUpdateDepartment ( )
Returns
boolean

Definition at line 584 of file class.shibConfig.php.

References $update_department.

shibConfig::getUpdateEmail ( )
Returns
boolean

Definition at line 600 of file class.shibConfig.php.

References $update_email.

{
}
shibConfig::getUpdateFax ( )
Returns
boolean

Definition at line 616 of file class.shibConfig.php.

References $update_fax.

{
}
shibConfig::getUpdateFirstname ( )
Returns
boolean

Definition at line 856 of file class.shibConfig.php.

References $update_firstname.

shibConfig::getUpdateGender ( )
Returns
boolean

Definition at line 632 of file class.shibConfig.php.

References $update_gender.

{
}
shibConfig::getUpdateHobby ( )
Returns
boolean

Definition at line 648 of file class.shibConfig.php.

References $update_hobby.

{
}
shibConfig::getUpdateInstitution ( )
Returns
boolean

Definition at line 664 of file class.shibConfig.php.

References $update_institution.

shibConfig::getUpdateLanguage ( )
Returns
boolean

Definition at line 680 of file class.shibConfig.php.

References $update_language.

shibConfig::getUpdateLastname ( )
Returns
boolean

Definition at line 872 of file class.shibConfig.php.

References $update_lastname.

shibConfig::getUpdateLogin ( )
Returns
boolean

Definition at line 696 of file class.shibConfig.php.

References $update_login.

{
}
shibConfig::getUpdateMatriculation ( )
Returns
boolean

Definition at line 712 of file class.shibConfig.php.

References $update_matriculation.

shibConfig::getUpdatePhoneHome ( )
Returns
boolean

Definition at line 728 of file class.shibConfig.php.

References $update_phone_home.

shibConfig::getUpdatePhoneMobile ( )
Returns
boolean

Definition at line 744 of file class.shibConfig.php.

References $update_phone_mobile.

shibConfig::getUpdatePhoneOffice ( )
Returns
boolean

Definition at line 760 of file class.shibConfig.php.

References $update_phone_office.

shibConfig::getUpdateStreet ( )
Returns
boolean

Definition at line 776 of file class.shibConfig.php.

References $update_street.

{
}
shibConfig::getUpdateTitle ( )
Returns
mixed

Definition at line 792 of file class.shibConfig.php.

References $update_title.

{
}
shibConfig::getUpdateZipcode ( )
Returns
boolean

Definition at line 808 of file class.shibConfig.php.

References $update_zipcode.

{
}
shibConfig::getUserDefaultRole ( )
Returns
int

Definition at line 840 of file class.shibConfig.php.

References $user_default_role.

shibConfig::getValueByKey (   $key)
Parameters
$key
Returns
mixed

Definition at line 215 of file class.shibConfig.php.

{
return $this->{$key};
}
shibConfig::getZipcode ( )
Returns
int

Definition at line 824 of file class.shibConfig.php.

References $zipcode.

Referenced by shibUser\createFields(), and shibUser\updateFields().

{
}

+ Here is the caller graph for this function:

shibConfig::setCity (   $city)
Parameters
string$city

Definition at line 224 of file class.shibConfig.php.

References $city.

{
$this->city = $city;
}
shibConfig::setCountry (   $country)
Parameters
string$country

Definition at line 240 of file class.shibConfig.php.

References $country.

{
$this->country = $country;
}
shibConfig::setDataConv (   $data_conv)
Parameters
string$data_conv

Definition at line 256 of file class.shibConfig.php.

References $data_conv.

{
$this->data_conv = $data_conv;
}
shibConfig::setDepartment (   $department)
Parameters
string$department

Definition at line 272 of file class.shibConfig.php.

References $department.

{
$this->department = $department;
}
shibConfig::setEmail (   $email)
Parameters
string$email

Definition at line 288 of file class.shibConfig.php.

References $email.

{
$this->email = $email;
}
shibConfig::setFax (   $fax)
Parameters
string$fax

Definition at line 304 of file class.shibConfig.php.

References $fax.

{
$this->fax = $fax;
}
shibConfig::setFirstname (   $firstname)
Parameters
string$firstname

Definition at line 320 of file class.shibConfig.php.

References $firstname.

{
$this->firstname = $firstname;
}
shibConfig::setGender (   $gender)
Parameters
string$gender

Definition at line 336 of file class.shibConfig.php.

References $gender.

{
$this->gender = $gender;
}
shibConfig::setHobby (   $hobby)
Parameters
string$hobby

Definition at line 352 of file class.shibConfig.php.

References $hobby.

{
$this->hobby = $hobby;
}
shibConfig::setInstitution (   $institution)
Parameters
string$institution

Definition at line 368 of file class.shibConfig.php.

References $institution.

{
$this->institution = $institution;
}
shibConfig::setLanguage (   $language)
Parameters
string$language

Definition at line 384 of file class.shibConfig.php.

References $language.

{
$this->language = $language;
}
shibConfig::setLastname (   $lastname)
Parameters
string$lastname

Definition at line 400 of file class.shibConfig.php.

References $lastname.

{
$this->lastname = $lastname;
}
shibConfig::setLogin (   $login)
Parameters
string$login

Definition at line 416 of file class.shibConfig.php.

References $login.

{
$this->login = $login;
}
shibConfig::setMatriculation (   $matriculation)
Parameters
string$matriculation

Definition at line 432 of file class.shibConfig.php.

References $matriculation.

{
$this->matriculation = $matriculation;
}
shibConfig::setPhoneHome (   $phone_home)
Parameters
string$phone_home

Definition at line 448 of file class.shibConfig.php.

References $phone_home.

{
$this->phone_home = $phone_home;
}
shibConfig::setPhoneMobile (   $phone_mobile)
Parameters
string$phone_mobile

Definition at line 464 of file class.shibConfig.php.

References $phone_mobile.

{
$this->phone_mobile = $phone_mobile;
}
shibConfig::setPhoneOffice (   $phone_office)
Parameters
string$phone_office

Definition at line 480 of file class.shibConfig.php.

References $phone_office.

{
$this->phone_office = $phone_office;
}
shibConfig::setStreet (   $street)
Parameters
string$street

Definition at line 496 of file class.shibConfig.php.

References $street.

{
$this->street = $street;
}
shibConfig::setTitle (   $title)
Parameters
string$title

Definition at line 512 of file class.shibConfig.php.

References $title.

{
$this->title = $title;
}
shibConfig::setUpdateCity (   $update_city)
Parameters
boolean$update_city

Definition at line 528 of file class.shibConfig.php.

References $update_city.

{
$this->update_city = $update_city;
}
shibConfig::setUpdateCountry (   $update_country)
Parameters
boolean$update_country

Definition at line 544 of file class.shibConfig.php.

References $update_country.

{
$this->update_country = $update_country;
}
shibConfig::setUpdateDataConv (   $update_data_conv)
Parameters
boolean$update_data_conv

Definition at line 560 of file class.shibConfig.php.

References $update_data_conv.

{
$this->update_data_conv = $update_data_conv;
}
shibConfig::setUpdateDepartment (   $update_department)
Parameters
boolean$update_department

Definition at line 576 of file class.shibConfig.php.

References $update_department.

{
$this->update_department = $update_department;
}
shibConfig::setUpdateEmail (   $update_email)
Parameters
boolean$update_email

Definition at line 592 of file class.shibConfig.php.

References $update_email.

{
$this->update_email = $update_email;
}
shibConfig::setUpdateFax (   $update_fax)
Parameters
boolean$update_fax

Definition at line 608 of file class.shibConfig.php.

References $update_fax.

{
$this->update_fax = $update_fax;
}
shibConfig::setUpdateFirstname (   $update_firstname)
Parameters
boolean$update_firstname

Definition at line 848 of file class.shibConfig.php.

References $update_firstname.

{
$this->update_firstname = $update_firstname;
}
shibConfig::setUpdateGender (   $update_gender)
Parameters
boolean$update_gender

Definition at line 624 of file class.shibConfig.php.

References $update_gender.

{
$this->update_gender = $update_gender;
}
shibConfig::setUpdateHobby (   $update_hobby)
Parameters
boolean$update_hobby

Definition at line 640 of file class.shibConfig.php.

References $update_hobby.

{
$this->update_hobby = $update_hobby;
}
shibConfig::setUpdateInstitution (   $update_institution)
Parameters
boolean$update_institution

Definition at line 656 of file class.shibConfig.php.

References $update_institution.

{
$this->update_institution = $update_institution;
}
shibConfig::setUpdateLanguage (   $update_language)
Parameters
boolean$update_language

Definition at line 672 of file class.shibConfig.php.

References $update_language.

{
$this->update_language = $update_language;
}
shibConfig::setUpdateLastname (   $update_lastname)
Parameters
boolean$update_lastname

Definition at line 864 of file class.shibConfig.php.

References $update_lastname.

{
$this->update_lastname = $update_lastname;
}
shibConfig::setUpdateLogin (   $update_login)
Parameters
boolean$update_login

Definition at line 688 of file class.shibConfig.php.

References $update_login.

{
$this->update_login = $update_login;
}
shibConfig::setUpdateMatriculation (   $update_matriculation)
Parameters
boolean$update_matriculation

Definition at line 704 of file class.shibConfig.php.

References $update_matriculation.

{
$this->update_matriculation = $update_matriculation;
}
shibConfig::setUpdatePhoneHome (   $update_phone_home)
Parameters
boolean$update_phone_home

Definition at line 720 of file class.shibConfig.php.

References $update_phone_home.

{
$this->update_phone_home = $update_phone_home;
}
shibConfig::setUpdatePhoneMobile (   $update_phone_mobile)
Parameters
boolean$update_phone_mobile

Definition at line 736 of file class.shibConfig.php.

References $update_phone_mobile.

{
$this->update_phone_mobile = $update_phone_mobile;
}
shibConfig::setUpdatePhoneOffice (   $update_phone_office)
Parameters
boolean$update_phone_office

Definition at line 752 of file class.shibConfig.php.

References $update_phone_office.

{
$this->update_phone_office = $update_phone_office;
}
shibConfig::setUpdateStreet (   $update_street)
Parameters
boolean$update_street

Definition at line 768 of file class.shibConfig.php.

References $update_street.

{
$this->update_street = $update_street;
}
shibConfig::setUpdateTitle (   $update_title)
Parameters
mixed$update_title

Definition at line 784 of file class.shibConfig.php.

References $update_title.

{
$this->update_title = $update_title;
}
shibConfig::setUpdateZipcode (   $update_zipcode)
Parameters
boolean$update_zipcode

Definition at line 800 of file class.shibConfig.php.

References $update_zipcode.

{
$this->update_zipcode = $update_zipcode;
}
shibConfig::setUserDefaultRole (   $user_default_role)
Parameters
int$user_default_role

Definition at line 832 of file class.shibConfig.php.

References $user_default_role.

{
$this->user_default_role = $user_default_role;
}
shibConfig::setZipcode (   $zipcode)
Parameters
int$zipcode

Definition at line 816 of file class.shibConfig.php.

References $zipcode.

{
$this->zipcode = $zipcode;
}

Field Documentation

shibConfig::$cache = NULL
staticprotected

Definition at line 177 of file class.shibConfig.php.

Referenced by getInstance().

shibConfig::$city = ''
protected

Definition at line 77 of file class.shibConfig.php.

Referenced by getCity(), and setCity().

shibConfig::$country = ''
protected

Definition at line 93 of file class.shibConfig.php.

Referenced by getCountry(), and setCountry().

shibConfig::$data_conv = ''
protected

Definition at line 165 of file class.shibConfig.php.

Referenced by getDataConv(), and setDataConv().

shibConfig::$department = ''
protected

Definition at line 61 of file class.shibConfig.php.

Referenced by getDepartment(), and setDepartment().

shibConfig::$email = ''
protected

Definition at line 141 of file class.shibConfig.php.

Referenced by getEmail(), and setEmail().

shibConfig::$fax = ''
protected

Definition at line 125 of file class.shibConfig.php.

Referenced by getFax(), and setFax().

shibConfig::$firstname = ''
protected

Definition at line 13 of file class.shibConfig.php.

Referenced by getFirstname(), and setFirstname().

shibConfig::$gender = ''
protected

Definition at line 29 of file class.shibConfig.php.

Referenced by getGender(), and setGender().

shibConfig::$hobby = ''
protected

Definition at line 149 of file class.shibConfig.php.

Referenced by getHobby(), and setHobby().

shibConfig::$institution = ''
protected

Definition at line 53 of file class.shibConfig.php.

Referenced by getInstitution(), and setInstitution().

shibConfig::$language = ''
protected

Definition at line 157 of file class.shibConfig.php.

Referenced by getLanguage(), and setLanguage().

shibConfig::$lastname = ''
protected

Definition at line 21 of file class.shibConfig.php.

Referenced by getLastname(), and setLastname().

shibConfig::$login = ''
protected

Definition at line 37 of file class.shibConfig.php.

Referenced by getLogin(), and setLogin().

shibConfig::$matriculation = ''
protected

Definition at line 133 of file class.shibConfig.php.

Referenced by getMatriculation(), and setMatriculation().

shibConfig::$phone_home = ''
protected

Definition at line 109 of file class.shibConfig.php.

Referenced by getPhoneHome(), and setPhoneHome().

shibConfig::$phone_mobile = ''
protected

Definition at line 117 of file class.shibConfig.php.

Referenced by getPhoneMobile(), and setPhoneMobile().

shibConfig::$phone_office = ''
protected

Definition at line 101 of file class.shibConfig.php.

Referenced by getPhoneOffice(), and setPhoneOffice().

shibConfig::$street = ''
protected

Definition at line 69 of file class.shibConfig.php.

Referenced by getStreet(), and setStreet().

shibConfig::$title = ''
protected

Definition at line 45 of file class.shibConfig.php.

Referenced by getTitle(), and setTitle().

shibConfig::$update_city = false
protected

Definition at line 81 of file class.shibConfig.php.

Referenced by getUpdateCity(), and setUpdateCity().

shibConfig::$update_country = false
protected

Definition at line 97 of file class.shibConfig.php.

Referenced by getUpdateCountry(), and setUpdateCountry().

shibConfig::$update_data_conv = false
protected

Definition at line 169 of file class.shibConfig.php.

Referenced by getUpdateDataConv(), and setUpdateDataConv().

shibConfig::$update_department = false
protected

Definition at line 65 of file class.shibConfig.php.

Referenced by getUpdateDepartment(), and setUpdateDepartment().

shibConfig::$update_email = false
protected

Definition at line 145 of file class.shibConfig.php.

Referenced by getUpdateEmail(), and setUpdateEmail().

shibConfig::$update_fax = false
protected

Definition at line 129 of file class.shibConfig.php.

Referenced by getUpdateFax(), and setUpdateFax().

shibConfig::$update_firstname = false
protected

Definition at line 17 of file class.shibConfig.php.

Referenced by getUpdateFirstname(), and setUpdateFirstname().

shibConfig::$update_gender = false
protected

Definition at line 33 of file class.shibConfig.php.

Referenced by getUpdateGender(), and setUpdateGender().

shibConfig::$update_hobby = false
protected

Definition at line 153 of file class.shibConfig.php.

Referenced by getUpdateHobby(), and setUpdateHobby().

shibConfig::$update_institution = false
protected

Definition at line 57 of file class.shibConfig.php.

Referenced by getUpdateInstitution(), and setUpdateInstitution().

shibConfig::$update_language = false
protected

Definition at line 161 of file class.shibConfig.php.

Referenced by getUpdateLanguage(), and setUpdateLanguage().

shibConfig::$update_lastname = false
protected

Definition at line 25 of file class.shibConfig.php.

Referenced by getUpdateLastname(), and setUpdateLastname().

shibConfig::$update_login = false
protected

Definition at line 41 of file class.shibConfig.php.

Referenced by getUpdateLogin(), and setUpdateLogin().

shibConfig::$update_matriculation = false
protected

Definition at line 137 of file class.shibConfig.php.

Referenced by getUpdateMatriculation(), and setUpdateMatriculation().

shibConfig::$update_phone_home = false
protected

Definition at line 113 of file class.shibConfig.php.

Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().

shibConfig::$update_phone_mobile = false
protected

Definition at line 121 of file class.shibConfig.php.

Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().

shibConfig::$update_phone_office = false
protected

Definition at line 105 of file class.shibConfig.php.

Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().

shibConfig::$update_street = false
protected

Definition at line 73 of file class.shibConfig.php.

Referenced by getUpdateStreet(), and setUpdateStreet().

shibConfig::$update_title
protected

Definition at line 49 of file class.shibConfig.php.

Referenced by getUpdateTitle(), and setUpdateTitle().

shibConfig::$update_zipcode = false
protected

Definition at line 89 of file class.shibConfig.php.

Referenced by getUpdateZipcode(), and setUpdateZipcode().

shibConfig::$user_default_role = 4
protected

Definition at line 173 of file class.shibConfig.php.

Referenced by getUserDefaultRole(), and setUserDefaultRole().

shibConfig::$zipcode = 0
protected

Definition at line 85 of file class.shibConfig.php.

Referenced by getZipcode(), and setZipcode().


The documentation for this class was generated from the following file: