ILIAS
Release_4_4_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
class.ilAuthPlugin.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once
'./Services/Component/classes/class.ilPlugin.php'
;
5
11
abstract
class
ilAuthPlugin
extends
ilPlugin
12
{
13
14
18
public
function
getComponentName
()
19
{
20
return
'Authentication'
;
21
}
22
26
public
function
getComponentType
()
27
{
28
return
IL_COMP_SERVICE
;
29
}
30
31
35
public
function
getSlot
()
36
{
37
return
'AuthenticationHook'
;
38
}
39
43
public
function
getSlotId
()
44
{
45
return
'authhk'
;
46
}
47
}
48
?>
Services
Authentication
classes
class.ilAuthPlugin.php
Generated on Wed Apr 27 2016 20:01:31 for ILIAS by
1.8.1.2 (using
Doxyfile
)