Class UsernamePasswordAuthNTokens

Description

UsernamePasswordAuthNTokens is used by AuthNMethods that wrap systems that authenticate via a Username/Password pair of strings.

  • version: $Id: UsernamePasswordAuthNTokens.class.php,v 1.4 2005/04/07 19:42:13 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/oki2/agentmanagement/AuthNMethods/UsernamePasswordAuthNTokens.class.php (line 24)

AuthNTokens
   |
   --UsernamePasswordAuthNTokens
Direct descendents
Class Description
CryptUsernamePasswordAuthNTokens This UserNamePasswordAuthNTokens class encrypts the password passed to it using the database's PHP's crypt() function.
LDAPAuthNTokens This UserNamePasswordAuthNTokens class encrypts the password passed to it using the database's PHP's crypt() function.
SQLDatabaseMD5UsernamePasswordAuthNTokens This UserNamePasswordAuthNTokens class encrypts the password passed to it using the database's MD5 function.
SQLDatabaseSHA1UsernamePasswordAuthNTokens This UserNamePasswordAuthNTokens class encrypts the password passed to it using the database's SHA1 function.
Method Summary
string getPassword ()
string getUsername ()
void initializeForIdentifier (string $identifier)
void initializeForTokens (mixed $tokens)
Methods
getPassword (line 83)

Return the password.

  • since: 3/1/05
  • access: public
string getPassword ()
getUsername (line 72)

Return the username.

  • since: 3/1/05
  • access: public
string getUsername ()
initializeForIdentifier (line 55)

Initialize this object for an identifier. The identifier is often a username, but can be any string as long as it is unique within a given AuthNMethod.

  • since: 3/1/05
  • access: public
void initializeForIdentifier (string $identifier)
  • string $identifier

Redefinition of:
AuthNTokens::initializeForIdentifier()
Initialize this object for an identifier. The identifier is often a username, but can be any string as long as it is unique within a given AuthNMethod.
initializeForTokens (line 36)

Initialize this object for a set of authentication tokens.

  • since: 3/1/05
  • access: public
void initializeForTokens (mixed $tokens)
  • mixed $tokens

Redefinition of:
AuthNTokens::initializeForTokens()
Initialize this object for a set of authentication tokens.

Redefined in descendants as:

Inherited Methods

Inherited From AuthNTokens

AuthNTokens::AuthNTokens()
AuthNTokens::getIdentifier()
AuthNTokens::getTokens()
AuthNTokens::initializeForIdentifier()
AuthNTokens::initializeForTokens()

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