ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 30 of file class.ilShibbolethPluginWrapper.php.
References $DIC, $ilLog, and IL_COMP_SERVICE.
ilShibbolethPluginWrapper::afterCreateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 123 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
ilShibbolethPluginWrapper::afterLogin | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 93 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
ilShibbolethPluginWrapper::afterLogout | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 148 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
ilShibbolethPluginWrapper::afterUpdateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 179 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
ilShibbolethPluginWrapper::beforeCreateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 108 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
ilShibbolethPluginWrapper::beforeLogin | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 78 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
ilShibbolethPluginWrapper::beforeLogout | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 133 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
ilShibbolethPluginWrapper::beforeUpdateUser | ( | ilObjUser | $user | ) |
ilObjUser | $user |
Implements ilShibbolethAuthenticationPluginInt.
Definition at line 164 of file class.ilShibbolethPluginWrapper.php.
References $user, and getPluginObjects().
|
static |
Definition at line 46 of file class.ilShibbolethPluginWrapper.php.
Referenced by ilAuthProviderShibboleth\doAuthentication().
|
protected |
Definition at line 59 of file class.ilShibbolethPluginWrapper.php.
References IL_COMP_SERVICE.
Referenced by afterCreateUser(), afterLogin(), afterLogout(), afterUpdateUser(), beforeCreateUser(), beforeLogin(), beforeLogout(), and beforeUpdateUser().
|
staticprotected |
Definition at line 23 of file class.ilShibbolethPluginWrapper.php.
|
staticprotected |
Definition at line 27 of file class.ilShibbolethPluginWrapper.php.
|
protected |
Definition at line 19 of file class.ilShibbolethPluginWrapper.php.
|
protected |
Definition at line 15 of file class.ilShibbolethPluginWrapper.php.