ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
ilContextSoapWithoutClient Class Reference

Service context for soap (no client) More...

+ Inheritance diagram for ilContextSoapWithoutClient:
+ Collaboration diagram for ilContextSoapWithoutClient:

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 session handling is supported. More...
 

Detailed Description

Service context for soap (no client)

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 15 of file class.ilContextSoapWithoutClient.php.

Member Function Documentation

◆ doAuthentication()

static ilContextSoapWithoutClient::doAuthentication ( )
static

Try authentication.

Returns
bool

Implements ilContextTemplate.

Definition at line 82 of file class.ilContextSoapWithoutClient.php.

83  {
84  return false;
85  }

◆ hasHTML()

static ilContextSoapWithoutClient::hasHTML ( )
static

Has HTML output.

Returns
bool

Implements ilContextTemplate.

Definition at line 52 of file class.ilContextSoapWithoutClient.php.

53  {
54  return false;
55  }

◆ hasUser()

static ilContextSoapWithoutClient::hasUser ( )
static

Based on user authentication?

Returns
bool

Implements ilContextTemplate.

Definition at line 32 of file class.ilContextSoapWithoutClient.php.

33  {
34  return true;
35  }

◆ initClient()

static ilContextSoapWithoutClient::initClient ( )
static

Init client.

Returns
bool

Implements ilContextTemplate.

Definition at line 72 of file class.ilContextSoapWithoutClient.php.

73  {
74  return false;
75  }

◆ supportsPersistentSessions()

static ilContextSoapWithoutClient::supportsPersistentSessions ( )
static

Check if persistent session handling is supported.

Returns
boolean

Implements ilContextTemplate.

Definition at line 91 of file class.ilContextSoapWithoutClient.php.

92  {
93  return false;
94  }

◆ supportsRedirects()

static ilContextSoapWithoutClient::supportsRedirects ( )
static

Are redirects supported?

Returns
bool

Implements ilContextTemplate.

Definition at line 22 of file class.ilContextSoapWithoutClient.php.

23  {
24  return false;
25  }

◆ usesHTTP()

static ilContextSoapWithoutClient::usesHTTP ( )
static

Uses HTTP aka browser.

Returns
bool

Implements ilContextTemplate.

Definition at line 42 of file class.ilContextSoapWithoutClient.php.

43  {
44  return true;
45  }

◆ usesTemplate()

static ilContextSoapWithoutClient::usesTemplate ( )
static

Uses template engine.

Returns
bool

Implements ilContextTemplate.

Definition at line 62 of file class.ilContextSoapWithoutClient.php.

63  {
64  return false;
65  }

The documentation for this class was generated from the following file: