| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ShibbolethWAYF. More...
 Collaboration diagram for ShibWAYF:
 Collaboration diagram for ShibWAYF:| Public Member Functions | |
| ShibWAYF () | |
| isSelection () | |
| isValidSelection () | |
| generateSelection () | |
| redirect () | |
| setSAMLCookie () | |
| showNotice () | |
| getIDPList () | |
| generateCookieArray ($value) | |
| generateCookieValue ($CookieArray) | |
| appendCookieValue ($value, $CookieArray) | |
| Data Fields | |
| $isSelection = false | |
| $isValidSelection = false | |
| $selectedIDP = '-' | |
| $IDPList = false | |
Class ShibbolethWAYF.
This class handles the Home Organization selection (also called Where Are You From service) process for Shibboleth users.
Definition at line 32 of file class.ilShibbolethWAYF.php.
| ShibWAYF::appendCookieValue | ( | $value, | |
| $CookieArray | |||
| ) | 
Definition at line 246 of file class.ilShibbolethWAYF.php.
Referenced by setSAMLCookie().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ShibWAYF::generateCookieArray | ( | $value | ) | 
Definition at line 225 of file class.ilShibbolethWAYF.php.
Referenced by generateSelection(), and setSAMLCookie().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ShibWAYF::generateCookieValue | ( | $CookieArray | ) | 
Definition at line 236 of file class.ilShibbolethWAYF.php.
Referenced by setSAMLCookie().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ShibWAYF::generateSelection | ( | ) | 
Definition at line 85 of file class.ilShibbolethWAYF.php.
References $_COOKIE, $_GET, $IDPList, $ilSetting, $lng, $selectedIDP, generateCookieArray(), and getIDPList().
 Here is the call graph for this function:
 Here is the call graph for this function:| ShibWAYF::getIDPList | ( | ) | 
Definition at line 200 of file class.ilShibbolethWAYF.php.
References $ilSetting, and exit.
Referenced by generateSelection(), redirect(), and ShibWAYF().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ShibWAYF::isSelection | ( | ) | 
Definition at line 70 of file class.ilShibbolethWAYF.php.
References $isSelection.
Referenced by ShibWAYF(), and showNotice().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ShibWAYF::isValidSelection | ( | ) | 
Definition at line 77 of file class.ilShibbolethWAYF.php.
References $isValidSelection.
Referenced by ShibWAYF(), and showNotice().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ShibWAYF::redirect | ( | ) | 
Definition at line 140 of file class.ilShibbolethWAYF.php.
References $_POST, $IDPList, $selectedIDP, and getIDPList().
 Here is the call graph for this function:
 Here is the call graph for this function:| ShibWAYF::setSAMLCookie | ( | ) | 
Definition at line 170 of file class.ilShibbolethWAYF.php.
References $_COOKIE, appendCookieValue(), generateCookieArray(), and generateCookieValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| ShibWAYF::ShibWAYF | ( | ) | 
Definition at line 40 of file class.ilShibbolethWAYF.php.
References $_POST, getIDPList(), isSelection(), and isValidSelection().
 Here is the call graph for this function:
 Here is the call graph for this function:| ShibWAYF::showNotice | ( | ) | 
Definition at line 185 of file class.ilShibbolethWAYF.php.
References $_GET, $lng, isSelection(), and isValidSelection().
 Here is the call graph for this function:
 Here is the call graph for this function:| ShibWAYF::$IDPList = false | 
Definition at line 38 of file class.ilShibbolethWAYF.php.
Referenced by generateSelection(), and redirect().
| ShibWAYF::$isSelection = false | 
Definition at line 35 of file class.ilShibbolethWAYF.php.
Referenced by isSelection().
| ShibWAYF::$isValidSelection = false | 
Definition at line 36 of file class.ilShibbolethWAYF.php.
Referenced by isValidSelection().
| ShibWAYF::$selectedIDP = '-' | 
Definition at line 37 of file class.ilShibbolethWAYF.php.
Referenced by generateSelection(), and redirect().