Class BasicFormNamePassTokenCollector

Description

The HTTPAuthNamePassTokenCollector prompts a user for their name and password by sending HTTP Authenticatio headers to the user.

  • version: $Id: BasicFormNamePassTokenCollector.class.php,v 1.4 2007/09/04 20:25:37 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/oki2/authentication/BasicFormNamePassTokenCollector.class.php (line 24)

TokenCollector
   |
   --NamePassTokenCollector
      |
      --BasicFormNamePassTokenCollector
Direct descendents
Class Description
FormActionNamePassTokenCollector The HTTPAuthNamePassTokenCollector prompts a user for their name and password by sending HTTP Authenticatio headers to the user.
Method Summary
mixed collectName ()
mixed collectPassword ()
void prompt ()
Methods
collectName (line 65)

Collect the name that the user may have supplied, Reply NULL if none are found.

  • since: 3/16/05
  • access: public
mixed collectName ()

Redefinition of:
NamePassTokenCollector::collectName()
Collect the name that the user may have supplied, Reply NULL if none are found.
collectPassword (line 81)

Collect the password that the user may have supplied, Reply NULL if none are found.

  • since: 3/16/05
  • access: public
mixed collectPassword ()

Redefinition of:
NamePassTokenCollector::collectPassword()
Collect the password that the user may have supplied, Reply NULL if none are found.
prompt (line 35)

Prompt the user to supply their tokens

  • since: 3/16/05
  • access: public
void prompt ()

Redefinition of:
TokenCollector::prompt()
Prompt the user to supply their tokens

Redefined in descendants as:

Inherited Methods

Inherited From NamePassTokenCollector

NamePassTokenCollector::collect()
NamePassTokenCollector::collectName()
NamePassTokenCollector::collectPassword()

Inherited From TokenCollector

TokenCollector::collect()
TokenCollector::collectTokens()
TokenCollector::prompt()

Documentation generated on Wed, 19 Sep 2007 10:21:44 -0400 by phpDocumentor 1.3.0RC3