ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
interface.ilShibbolethAuthenticationPlugin.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 ?>