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

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

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.

References $container.

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

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: