ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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...
 __construct ($container, $a_options=array())
 Constructor.

Additional Inherited Members

- Static Public Member Functions inherited from Auth
_factory ($driver, $options= '')
 Return a storage driver based on $driver and $options.
 staticCheckAuth ($options=null)
 Statically checks if there is a session with valid auth information.
- Data Fields inherited from Auth_HTTP
 $authType = 'basic'
 $realm = "protected area"
 $CancelText = "Error 401 - Access denied"
 $options = array()
 $stale = false
 $opaque = 'dummy'
 $uri = ''
 $auth = array()
 $nextNonce = ''
 $nonce = ''
 $server
 $post
 $cookie
- Protected Member Functions inherited from ilAuthBase
 initAuth ()
 Init auth object Enable logging, set callbacks...
 loginObserver ($a_username, $a_auth)
 Called after successful login.
 failedLoginObserver ($a_username, $a_auth)
 Called after failed login.
 checkAuthObserver ($a_username, $a_auth)
 Called after each check auth request.
 logoutObserver ($a_username, $a_auth)
 Called after logout.
- Protected Attributes inherited from ilAuthBase
 $sub_status = null

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

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

Constructor.

Parameters
objectAuth_ContainerBase
arrayfurther options Not used in the moment

Reimplemented from ilAuthHTTP.

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

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

Member Function Documentation

ilAuthCalendar::supportsRedirects ( )

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

Returns

Reimplemented from ilAuthHTTP.

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

{
return false;
}

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