ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilShibbolethAuthenticationPluginInt.php
Go to the documentation of this file.
1<?php
2
25{
26 public function beforeLogin(ilObjUser $user): ilObjUser;
27
28
29 public function afterLogin(ilObjUser $user): ilObjUser;
30
31
32 public function beforeLogout(ilObjUser $user): ilObjUser;
33
34
35 public function afterLogout(ilObjUser $user): ilObjUser;
36
37
38 public function beforeCreateUser(ilObjUser $user): ilObjUser;
39
40
41 public function afterCreateUser(ilObjUser $user): ilObjUser;
42
43
44 public function beforeUpdateUser(ilObjUser $user): ilObjUser;
45
46
47 public function afterUpdateUser(ilObjUser $user): ilObjUser;
48}
User class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...