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

Class for calendar authentication. More...

+ Inheritance diagram for ilAuthCalendar:
+ Collaboration diagram for ilAuthCalendar:

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...
 
- Public Member Functions inherited from ilAuthHTTP
 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...
 
 assignData ()
 Overwritten to allow passwordless mount-instructions. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ilAuthHTTP
 failedLoginObserver ($a_username, $a_auth)
 Failed login. More...
 

Detailed Description

Class for calendar authentication.

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

Definition at line 36 of file class.ilAuthCalendar.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Parameters
objectAuth_ContainerBase
arrayfurther options Not used in the moment

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

56  {
57  parent::__construct($container,$a_options);
58  }

Member Function Documentation

◆ supportsRedirects()

ilAuthCalendar::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.ilAuthCalendar.php.

45  {
46  return false;
47  }

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