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

Class for calendar authentication. More...

+ Inheritance diagram for ilAuthCalendarToken:
+ Collaboration diagram for ilAuthCalendarToken:

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

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.ilAuthCalendarToken.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Parameters
objectAuth_ContainerBase
arrayfurther options Not used in the moment

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

56  {
57  parent::__construct($container,$a_options);
58  $this->initAuth();
59  }

Member Function Documentation

◆ supportsRedirects()

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

45  {
46  return false;
47  }

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