|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ShibAuth:
Collaboration diagram for ShibAuth:Public Member Functions | |
| supportsRedirects () | |
| login () | |
| Login function. More... | |
| setAuth ($username, ilObjUser $userObj=NULL) | |
| logout () | |
Definition at line 42 of file class.ilShibboleth.php.
| ShibAuth::login | ( | ) |
Login function.
@access private
Definition at line 78 of file class.ilShibboleth.php.
References $_GET, $_SERVER, $DIC, $ilSetting, ilObjUser\_updateLastLogin(), shibUser\buildInstance(), ilShibbolethRoleAssignmentRules\doAssignments(), ilShibbolethPluginWrapper\getInstance(), shibServerData\getInstance(), ilUtil\redirect(), setAuth(), and ilShibbolethRoleAssignmentRules\updateAssignments().
Here is the call graph for this function:| ShibAuth::logout | ( | ) |
Definition at line 148 of file class.ilShibboleth.php.
References $DIC, $ilUser, and ilShibbolethPluginWrapper\getInstance().
Here is the call graph for this function:| ShibAuth::setAuth | ( | $username, | |
| ilObjUser | $userObj = NULL |
||
| ) |
| $username | ||
| ilObjUser | $userObj |
Definition at line 137 of file class.ilShibboleth.php.
References ilShibbolethPluginWrapper\getInstance().
Referenced by login().
Here is the call graph for this function:
Here is the caller graph for this function:| ShibAuth::supportsRedirects | ( | ) |