ILIAS
Release_3_10_x_branch Revision 61812
|
Class ShibbolethWAYF. More...
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 244 of file class.ilShibbolethWAYF.php.
Referenced by setSAMLCookie().
ShibWAYF::generateCookieArray | ( | $value | ) |
Definition at line 223 of file class.ilShibbolethWAYF.php.
Referenced by generateSelection(), and setSAMLCookie().
ShibWAYF::generateCookieValue | ( | $CookieArray | ) |
Definition at line 234 of file class.ilShibbolethWAYF.php.
Referenced by setSAMLCookie().
ShibWAYF::generateSelection | ( | ) |
Definition at line 85 of file class.ilShibbolethWAYF.php.
References $_COOKIE, $_GET, $IDPList, $ilSetting, $lng, $selectedIDP, generateCookieArray(), and getIDPList().
ShibWAYF::getIDPList | ( | ) |
Definition at line 198 of file class.ilShibbolethWAYF.php.
References $ilSetting, and exit.
Referenced by generateSelection(), redirect(), and ShibWAYF().
ShibWAYF::isSelection | ( | ) |
Definition at line 70 of file class.ilShibbolethWAYF.php.
References $isSelection.
Referenced by ShibWAYF(), and showNotice().
ShibWAYF::isValidSelection | ( | ) |
Definition at line 77 of file class.ilShibbolethWAYF.php.
References $isValidSelection.
Referenced by ShibWAYF(), and showNotice().
ShibWAYF::redirect | ( | ) |
Definition at line 140 of file class.ilShibbolethWAYF.php.
References $IDPList, $selectedIDP, and getIDPList().
ShibWAYF::setSAMLCookie | ( | ) |
Definition at line 168 of file class.ilShibbolethWAYF.php.
References $_COOKIE, appendCookieValue(), generateCookieArray(), and generateCookieValue().
ShibWAYF::ShibWAYF | ( | ) |
Definition at line 40 of file class.ilShibbolethWAYF.php.
References getIDPList(), isSelection(), and isValidSelection().
ShibWAYF::showNotice | ( | ) |
Definition at line 183 of file class.ilShibbolethWAYF.php.
References $_GET, $lng, isSelection(), and isValidSelection().
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().