ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilShibbolethPluginWrapper. More...
Public Member Functions | |
beforeLogin (ilObjUser $user) | |
afterLogin (ilObjUser $user) | |
beforeCreateUser (ilObjUser $user) | |
afterCreateUser (ilObjUser $user) | |
beforeLogout (ilObjUser $user) | |
afterLogout (ilObjUser $user) | |
beforeUpdateUser (ilObjUser $user) | |
afterUpdateUser (ilObjUser $user) |
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
__construct () | |
getPluginObjects () |
Protected Attributes | |
$plugin_admin | |
$log |
Static Protected Attributes | |
static | $active_plugins = array() |
static | $cache = NULL |
Class ilShibbolethPluginWrapper.
Definition at line 9 of file class.ilShibbolethPluginWrapper.php.
|
protected |
Definition at line 29 of file class.ilShibbolethPluginWrapper.php.
References $ilLog, and IL_COMP_SERVICE.
ilShibbolethPluginWrapper::afterCreateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 114 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
ilShibbolethPluginWrapper::afterLogin | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 86 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
ilShibbolethPluginWrapper::afterLogout | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 137 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
ilShibbolethPluginWrapper::afterUpdateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 166 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
ilShibbolethPluginWrapper::beforeCreateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 100 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
ilShibbolethPluginWrapper::beforeLogin | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 72 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
ilShibbolethPluginWrapper::beforeLogout | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 123 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
ilShibbolethPluginWrapper::beforeUpdateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 152 of file class.ilShibbolethPluginWrapper.php.
References getPluginObjects().
|
static |
Definition at line 42 of file class.ilShibbolethPluginWrapper.php.
References $cache.
Referenced by ShibAuth\login(), ShibAuth\logout(), and ShibAuth\setAuth().
|
protected |
Definition at line 54 of file class.ilShibbolethPluginWrapper.php.
References IL_COMP_SERVICE.
Referenced by afterCreateUser(), afterLogin(), afterLogout(), afterUpdateUser(), beforeCreateUser(), beforeLogin(), beforeLogout(), and beforeUpdateUser().
|
staticprotected |
Definition at line 22 of file class.ilShibbolethPluginWrapper.php.
|
staticprotected |
Definition at line 26 of file class.ilShibbolethPluginWrapper.php.
Referenced by getInstance().
|
protected |
Definition at line 18 of file class.ilShibbolethPluginWrapper.php.
|
protected |
Definition at line 14 of file class.ilShibbolethPluginWrapper.php.