ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
interface.ilShibbolethAuthenticationPluginInt.php
Go to the documentation of this file.
1<?php
2
9
15 public function beforeLogin(ilObjUser $user);
16
17
23 public function afterLogin(ilObjUser $user);
24
25
31 public function beforeLogout(ilObjUser $user);
32
33
39 public function afterLogout(ilObjUser $user);
40
41
47 public function beforeCreateUser(ilObjUser $user);
48
49
55 public function afterCreateUser(ilObjUser $user);
56
57
63 public function beforeUpdateUser(ilObjUser $user);
64
65
71 public function afterUpdateUser(ilObjUser $user);
72}
73
74?>