ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
interface.ilShibbolethAuthenticationPluginInt.php
Go to the documentation of this file.
1<?php
2
9{
10
16 public function beforeLogin(ilObjUser $user);
17
18
24 public function afterLogin(ilObjUser $user);
25
26
32 public function beforeLogout(ilObjUser $user);
33
34
40 public function afterLogout(ilObjUser $user);
41
42
48 public function beforeCreateUser(ilObjUser $user);
49
50
56 public function afterCreateUser(ilObjUser $user);
57
58
64 public function beforeUpdateUser(ilObjUser $user);
65
66
72 public function afterUpdateUser(ilObjUser $user);
73}
An exception for terminatinating execution or to throw for unit testing.