|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Service context for LTI provider. More...
Inheritance diagram for ilContextLTIProvider:
Collaboration diagram for ilContextLTIProvider:Static Public Member Functions | |
| static | doAuthentication () |
| Do authentication. More... | |
| static | hasHTML () |
| Has html. More... | |
| static | hasUser () |
| Has user (maybe?) More... | |
| static | initClient () |
| init client More... | |
| static | supportsPersistentSessions () |
| supports persistent session More... | |
| static | supportsRedirects () |
| supports redirects More... | |
| static | usesHTTP () |
| uses http More... | |
| static | usesTemplate () |
| uses template 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)
| |
| 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... | |
Service context for LTI provider.
Definition at line 15 of file class.ilContextLTIProvider.php.
|
static |
Do authentication.
Implements ilContextTemplate.
Definition at line 21 of file class.ilContextLTIProvider.php.
|
static |
Has html.
Implements ilContextTemplate.
Definition at line 29 of file class.ilContextLTIProvider.php.
|
static |
Has user (maybe?)
Implements ilContextTemplate.
Definition at line 37 of file class.ilContextLTIProvider.php.
|
static |
init client
Implements ilContextTemplate.
Definition at line 45 of file class.ilContextLTIProvider.php.
|
static |
Context that are not only temporary in a session (e.g.WAC is, Cron is not)
Implements ilContextTemplate.
Definition at line 95 of file class.ilContextLTIProvider.php.
|
static |
supports persistent session
Implements ilContextTemplate.
Definition at line 53 of file class.ilContextLTIProvider.php.
|
static |
Supports push messages.
Implements ilContextTemplate.
Definition at line 87 of file class.ilContextLTIProvider.php.
|
static |
supports redirects
Implements ilContextTemplate.
Definition at line 61 of file class.ilContextLTIProvider.php.
|
static |
uses http
Implements ilContextTemplate.
Definition at line 69 of file class.ilContextLTIProvider.php.
|
static |
uses template
Implements ilContextTemplate.
Definition at line 77 of file class.ilContextLTIProvider.php.