Class SGL_Task_AuthenticateRequest

Description

Initiates session check.

  • global set of perm constants loaded from file cache
  • current class's config file is checked to see if authentication is required
  • if yes, session is checked for validity and expiration
  • if it's valid and not expired, the session is deemed valid.

Located in /SGL/Task/Process.php (line 291)

SGL_ProcessRequest
   |
   --SGL_DecorateProcess
      |
      --SGL_Task_AuthenticateRequest
Direct descendents
Class Description
 class SGL_Task_AuthenticateAjaxRequest Ajax request authentication.
 class SGL_Task_AuthenticateAmfRequest Ajax request authentication.
Method Summary
 void doLogin (integer $uid,  &$input, SGL_Registry $input)
 void process ( &$input,  &$output)
Variables

Inherited Variables

Inherited from SGL_DecorateProcess

SGL_DecorateProcess::$processRequest
Methods
doLogin (line 332)

Authenticate user.

  • access: protected
void doLogin (integer $uid,  &$input, SGL_Registry $input)
getRememberMeCookieData (line 298)

Returns 'remember me' cookie data.

mixed getRememberMeCookieData ()
process (line 348)
void process ( &$input,  &$output)
  • &$input
  • &$output

Redefinition of:
SGL_ProcessRequest::process()

Redefined in descendants as:

Inherited Methods

Inherited From SGL_DecorateProcess

 SGL_DecorateProcess::SGL_DecorateProcess()

Inherited From SGL_ProcessRequest

 SGL_ProcessRequest::process()

Documentation generated on Tue, 23 Feb 2010 18:14:32 +0000 by phpDocumentor 1.4.3