ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilAuthECS Class Reference

Authentication class for ECS users (access to remote courses) More...

+ Inheritance diagram for ilAuthECS:
+ Collaboration diagram for ilAuthECS:

Public Member Functions

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

Detailed Description

Authentication class for ECS users (access to remote courses)

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

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Parameters
objectAuth_ContainerBase
arrayfurther options Not used in the moment

Definition at line 55 of file class.ilAuthECS.php.

References $_POST, and $container.

56  {
57  $_POST['username'] = 'dummy';
58  $_POST['password'] = 'dummy';
59  parent::__construct($container, $a_options, '', false);
60  $this->setSessionName("_authhttp" . md5(CLIENT_ID));
61  $this->initAuth();
62  }
$container
Definition: wac.php:13
$_POST["username"]

Member Function Documentation

◆ supportsRedirects()

ilAuthECS::supportsRedirects ( )

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

Returns

Definition at line 44 of file class.ilAuthECS.php.

45  {
46  return true;
47  }

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