ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
interface.ilShibbolethAuthenticationPluginInt.php
Go to the documentation of this file.
1
<?php
2
8
interface
ilShibbolethAuthenticationPluginInt
{
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
?>
Services
AuthShibboleth
interfaces
interface.ilShibbolethAuthenticationPluginInt.php
Generated on Wed Apr 27 2016 21:01:29 for ILIAS by
1.8.1.2 (using
Doxyfile
)