|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilContextApacheSSO:
Collaboration diagram for ilContextApacheSSO:Static Public Member Functions | |
| static | supportsRedirects () |
| Are redirects supported? More... | |
| static | hasUser () |
| Based on user authentication? More... | |
| static | usesHTTP () |
| Uses HTTP aka browser. More... | |
| static | hasHTML () |
| Has HTML output. More... | |
| static | usesTemplate () |
| Uses template engine. More... | |
| static | initClient () |
| Init client. More... | |
| static | doAuthentication () |
| Try authentication. More... | |
| static | supportsPersistentSessions () |
| Check if persistent sessions are supported false for context cli. More... | |
| static | supportsPushMessages () |
| Check if push messages are supported, see #0018206. More... | |
| static | isSessionMainContext () |
| Context that are not only temporary in a session (e.g. More... | |
| static | modifyHttpPath (string $httpPath) |
| A context might modify the ILIAS http path. More... | |
| static | supportsRedirects () |
| Are redirects supported? More... | |
| static | hasUser () |
| Based on user authentication? More... | |
| static | usesHTTP () |
| Uses HTTP aka browser. More... | |
| static | hasHTML () |
| Has HTML output. More... | |
| static | usesTemplate () |
| Uses template engine. More... | |
| static | initClient () |
| Init client. More... | |
| static | doAuthentication () |
| Try authentication. More... | |
| static | supportsPersistentSessions () |
| Check if persistent sessions are supported false for context cli. More... | |
| static | supportsPushMessages () |
| Check if push messages are supported, see #0018206. More... | |
| static | isSessionMainContext () |
| Context that are not only temporary in a session (e.g. More... | |
| static | modifyHttpPath (string $httpPath) |
| A context might modify the ILIAS http path. More... | |
Definition at line 21 of file class.ilContextApacheSSO.php.
|
static |
Try authentication.
Implements ilContextTemplate.
Definition at line 53 of file class.ilContextApacheSSO.php.
|
static |
Has HTML output.
Implements ilContextTemplate.
Definition at line 38 of file class.ilContextApacheSSO.php.
|
static |
Based on user authentication?
Implements ilContextTemplate.
Definition at line 28 of file class.ilContextApacheSSO.php.
|
static |
Init client.
Implements ilContextTemplate.
Definition at line 48 of file class.ilContextApacheSSO.php.
|
static |
Context that are not only temporary in a session (e.g.
WAC is, Cron is not)
Implements ilContextTemplate.
Definition at line 68 of file class.ilContextApacheSSO.php.
|
static |
A context might modify the ILIAS http path.
Implements ilContextTemplate.
Definition at line 73 of file class.ilContextApacheSSO.php.
|
static |
Check if persistent sessions are supported false for context cli.
Implements ilContextTemplate.
Definition at line 58 of file class.ilContextApacheSSO.php.
|
static |
Check if push messages are supported, see #0018206.
Implements ilContextTemplate.
Definition at line 63 of file class.ilContextApacheSSO.php.
|
static |
Are redirects supported?
Implements ilContextTemplate.
Definition at line 23 of file class.ilContextApacheSSO.php.
|
static |
Uses HTTP aka browser.
Implements ilContextTemplate.
Definition at line 33 of file class.ilContextApacheSSO.php.
|
static |
Uses template engine.
Implements ilContextTemplate.
Definition at line 43 of file class.ilContextApacheSSO.php.