ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
l
m
n
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.ilAuthFactory.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4
14
class
ilAuthFactory
15
{
20
const
CONTEXT_WEB
= 1;
21
29
const
CONTEXT_HTTP
= 2;
30
31
36
const
CONTEXT_SOAP
= 3;
37
41
const
CONTEXT_CAS
= 5;
42
47
const
CONTEXT_CALENDAR
= 6;
48
49
54
const
CONTEXT_CALENDAR_TOKEN
= 7;
55
56
61
const
CONTEXT_ECS
= 8;
62
63
64
69
const
CONTEXT_APACHE
= 10;
70
74
private
static
$context
= self::CONTEXT_WEB;
75
80
public
static
function
getContext
()
81
{
82
return
self::$context
;
83
}
84
90
public
static
function
setContext
($a_context)
91
{
92
self::$context
= $a_context;
93
}
94
}
$context
$context
Definition:
webdav.php:26
ilAuthFactory\CONTEXT_HTTP
const CONTEXT_HTTP
Definition:
class.ilAuthFactory.php:29
ilAuthFactory\CONTEXT_CAS
const CONTEXT_CAS
Definition:
class.ilAuthFactory.php:41
ilAuthFactory
Authentication frontend factory.
Definition:
class.ilAuthFactory.php:14
ilAuthFactory\CONTEXT_SOAP
const CONTEXT_SOAP
Definition:
class.ilAuthFactory.php:36
ilAuthFactory\setContext
static setContext($a_context)
set context
Definition:
class.ilAuthFactory.php:90
ilAuthFactory\CONTEXT_CALENDAR
const CONTEXT_CALENDAR
Definition:
class.ilAuthFactory.php:47
ilAuthFactory\CONTEXT_ECS
const CONTEXT_ECS
Definition:
class.ilAuthFactory.php:61
ilAuthFactory\CONTEXT_APACHE
const CONTEXT_APACHE
Definition:
class.ilAuthFactory.php:69
ilAuthFactory\$context
static $context
Definition:
class.ilAuthFactory.php:74
ilAuthFactory\CONTEXT_CALENDAR_TOKEN
const CONTEXT_CALENDAR_TOKEN
Definition:
class.ilAuthFactory.php:54
ilAuthFactory\CONTEXT_WEB
const CONTEXT_WEB
Definition:
class.ilAuthFactory.php:20
ilAuthFactory\getContext
static getContext()
Definition:
class.ilAuthFactory.php:80
Services
Authentication
classes
class.ilAuthFactory.php
Generated on Mon Apr 7 2025 20:01:14 for ILIAS by
1.8.13 (using
Doxyfile
)