ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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?>
An exception for terminatinating execution or to throw for unit testing.