ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
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
?>
ilPlugin
Definition:
class.ilPlugin.php:16
ilAuthPlugin
Authentication plugin.
Definition:
class.ilAuthPlugin.php:11
ilAuthPlugin\getComponentType
getComponentType()
Get service.
Definition:
class.ilAuthPlugin.php:26
ilAuthPlugin\getComponentName
getComponentName()
Get component name.
Definition:
class.ilAuthPlugin.php:18
ilAuthPlugin\getSlotId
getSlotId()
Get slot id.
Definition:
class.ilAuthPlugin.php:43
ilAuthPlugin\getSlot
getSlot()
Get slot.
Definition:
class.ilAuthPlugin.php:35
IL_COMP_SERVICE
const IL_COMP_SERVICE
Definition:
class.ilComponent.php:6
Services
Authentication
classes
class.ilAuthPlugin.php
Generated on Mon Mar 31 2025 19:00:42 for ILIAS by
1.8.13 (using
Doxyfile
)