ILIAS
Release_4_0_x_branch Revision 61816
|
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 246 of file class.ilShibbolethWAYF.php.
Referenced by setSAMLCookie().
ShibWAYF::generateCookieArray | ( | $value | ) |
Definition at line 225 of file class.ilShibbolethWAYF.php.
Referenced by generateSelection(), and setSAMLCookie().
ShibWAYF::generateCookieValue | ( | $CookieArray | ) |
Definition at line 236 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 200 of file class.ilShibbolethWAYF.php.
References $ilSetting, elseif(), 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 $_POST, $IDPList, $selectedIDP, and getIDPList().
ShibWAYF::setSAMLCookie | ( | ) |
Definition at line 170 of file class.ilShibbolethWAYF.php.
References $_COOKIE, appendCookieValue(), generateCookieArray(), and generateCookieValue().
ShibWAYF::ShibWAYF | ( | ) |
Definition at line 40 of file class.ilShibbolethWAYF.php.
References $_POST, getIDPList(), isSelection(), and isValidSelection().
ShibWAYF::showNotice | ( | ) |
Definition at line 185 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().