ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAuthSOAP Class Reference

Frontend class for SOAP based authentication More...

+ Inheritance diagram for ilAuthSOAP:
+ Collaboration diagram for ilAuthSOAP:

Public Member Functions

 __construct ($container, $a_options=array())
 
 supportsRedirects ()
 Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section... More...
 

Detailed Description

Frontend class for SOAP based authentication

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 37 of file class.ilAuthSOAP.php.

Constructor & Destructor Documentation

◆ __construct()

ilAuthSOAP::__construct (   $container,
  $a_options = array() 
)

Definition at line 39 of file class.ilAuthSOAP.php.

40  {
41  parent::__construct($container,$a_options,'',false);
42  $this->setSessionName("_authhttp".md5(CLIENT_ID));
43 
44  $this->initAuth();
45 
46  /*
47  parent::__construct($container);
48 
49  if(isset($a_further_options['username']))
50  {
51  $_POST['username'] = $a_further_options['username'];
52  }
53  if(isset($a_further_options['password']))
54  {
55  $_POST['password'] = $a_further_options['password'];
56  }
57 
58  $this->appendOption('sessionName',"_authhttp".md5(CLIENT_ID));
59  $this->appendOption('sessionSharing',false);
60  $this->initAuth();
61  $this->initCallbacks();
62  */
63  }

Member Function Documentation

◆ supportsRedirects()

ilAuthSOAP::supportsRedirects ( )

Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...

Returns

Definition at line 70 of file class.ilAuthSOAP.php.

71  {
72  return false;
73  }

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