Class: DefaultAuthenticator

Source Location: /CORE/system/classes/authentication/DefaultAuthenticator.php

Class DefaultAuthenticator

Class Overview

The DefaultAuthenticator uses the internal User Management Database.

Located in /CORE/system/classes/authentication/DefaultAuthenticator.php [line 39]

Authenticator
   |
   --DefaultAuthenticator
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: DefaultAuthenticator.php,v 1.7 2008/08/19 00:08:01 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Authenticator

Authenticator::Authenticator()
Authenticator::authenticate()
This performs an Authentication check.
Authenticator::createHash()
Creates a hash to be used as password.

[ Top ]
Method Summary
DefaultAuthenticator   DefaultAuthenticator()  
mixed   authenticate()   Performs a Login against the internal User Database.

[ Top ]
Methods
Constructor DefaultAuthenticator  [line 42]

  DefaultAuthenticator DefaultAuthenticator( )



[ Top ]
authenticate  [line 50]

  mixed authenticate( $name, $password  )

Performs a Login against the internal User Database.

Parameters:
   $name: 
   $password: 

API Tags:
Return:  the Flag or a Principal is returned


Redefinition of:
Authenticator::authenticate()
This performs an Authentication check.

[ Top ]