|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilContextSoapNoAuth:
Collaboration diagram for ilContextSoapNoAuth: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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Service context for soap without handling authentication
Definition at line 22 of file class.ilContextSoapNoAuth.php.
|
static |
Try authentication.
Implements ilContextTemplate.
Definition at line 54 of file class.ilContextSoapNoAuth.php.
|
static |
Has HTML output.
Implements ilContextTemplate.
Definition at line 39 of file class.ilContextSoapNoAuth.php.
|
static |
Based on user authentication?
Implements ilContextTemplate.
Definition at line 29 of file class.ilContextSoapNoAuth.php.
|
static |
Init client.
Implements ilContextTemplate.
Definition at line 49 of file class.ilContextSoapNoAuth.php.
|
static |
Context that are not only temporary in a session (e.g.
WAC is, Cron is not)
Implements ilContextTemplate.
Definition at line 69 of file class.ilContextSoapNoAuth.php.
|
static |
A context might modify the ILIAS http path.
Implements ilContextTemplate.
Definition at line 74 of file class.ilContextSoapNoAuth.php.
|
static |
Check if persistent sessions are supported false for context cli.
Implements ilContextTemplate.
Definition at line 59 of file class.ilContextSoapNoAuth.php.
|
static |
Check if push messages are supported, see #0018206.
Implements ilContextTemplate.
Definition at line 64 of file class.ilContextSoapNoAuth.php.
|
static |
Are redirects supported?
Implements ilContextTemplate.
Definition at line 24 of file class.ilContextSoapNoAuth.php.
|
static |
Uses HTTP aka browser.
Implements ilContextTemplate.
Definition at line 34 of file class.ilContextSoapNoAuth.php.
|
static |
Uses template engine.
Implements ilContextTemplate.
Definition at line 44 of file class.ilContextSoapNoAuth.php.