ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilContextSaml. More...
Static Public Member Functions | |
static | supportsRedirects () |
Are redirects supported?
| |
static | hasUser () |
Based on user authentication?
| |
static | usesHTTP () |
Uses HTTP aka browser.
| |
static | hasHTML () |
Has HTML output.
| |
static | usesTemplate () |
Uses template engine.
| |
static | initClient () |
Init client.
| |
static | doAuthentication () |
Try authentication.
| |
static | supportsPersistentSessions () |
Check if persistent sessions are supported false for context cli. More... | |
static | supportsPushMessages () |
Supports push messages. More... | |
static | isSessionMainContext () |
Context that are not only temporary in a session (e.g.WAC is, Cron is not)
| |
Class ilContextSaml.
Definition at line 9 of file class.ilContextSaml.php.
|
static |
Try authentication.
Implements ilContextTemplate.
Definition at line 62 of file class.ilContextSaml.php.
|
static |
Has HTML output.
Implements ilContextTemplate.
Definition at line 38 of file class.ilContextSaml.php.
|
static |
Based on user authentication?
Implements ilContextTemplate.
Definition at line 22 of file class.ilContextSaml.php.
|
static |
Init client.
Implements ilContextTemplate.
Definition at line 54 of file class.ilContextSaml.php.
|
static |
Context that are not only temporary in a session (e.g.WAC is, Cron is not)
Implements ilContextTemplate.
Definition at line 88 of file class.ilContextSaml.php.
|
static |
Check if persistent sessions are supported false for context cli.
Implements ilContextTemplate.
Definition at line 70 of file class.ilContextSaml.php.
|
static |
Supports push messages.
Implements ilContextTemplate.
Definition at line 80 of file class.ilContextSaml.php.
|
static |
Are redirects supported?
Implements ilContextTemplate.
Definition at line 14 of file class.ilContextSaml.php.
|
static |
Uses HTTP aka browser.
Implements ilContextTemplate.
Definition at line 30 of file class.ilContextSaml.php.
|
static |
Uses template engine.
Implements ilContextTemplate.
Definition at line 46 of file class.ilContextSaml.php.