ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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...
 

Additional Inherited Members

- Static Public Member Functions inherited from SimpleSAML\Utils\Auth
static getAdminLoginURL ($returnTo=null)
 Retrieve a admin login URL. More...
 
static isAdmin ()
 Check whether the current user is admin. More...
 
static requireAdmin ()
 Require admin access to the current page. 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.

References $container.

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  }
$container
Definition: wac.php:13

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: