phpDocumentor openbiz.bin.service
[ class tree: openbiz.bin.service ] [ index: openbiz.bin.service ] [ all elements ]

Class: authService

Source Location: /service/authService.php

Class authService

Class Overview

auditService class is the plug-in service of handling user authentication

Located in /service/authService.php [line 74]



		
				Author(s):
		
  • Rocky Swen
API Tags:
Access:  public

Information Tags:
Copyright:  Copyright (c) 2005-2009, Rocky Swen

Properties

Methods

[ Top ]
Property Summary
mixed   $m_AuthticationDataObj  
mixed   $m_AuthticationType  

[ Top ]
Method Summary
void   __construct()   Initialize auditService with xml array metadata
void   AuthDBUser()  
boolean   AuthenticateUser()   Authenticate User
boolean   CheckPassword()   Check Password
void   ReadMetadata()   Read array meta data, and store to meta object

[ Top ]
Properties
mixed   $m_AuthticationDataObj [line 77]
API Tags:
Access:  public


[ Top ]
mixed   $m_AuthticationType [line 76]
API Tags:
Access:  public


[ Top ]
Methods
Constructor __construct  [line 85]

  void __construct( array &$xmlArr  )

Initialize auditService with xml array metadata

Parameters:
array   $xmlArr: 


[ Top ]
AuthDBUser  [line 124]

  void AuthDBUser( mixed $userName, mixed $password  )


API Tags:
Access:  protected


[ Top ]
AuthenticateUser  [line 109]

  boolean AuthenticateUser( string $userName, string $password  )

Authenticate User

Parameters:
string   $userName: 
string   $password: 

API Tags:
Access:  public


[ Top ]
CheckPassword  [line 150]

  boolean CheckPassword( string $encType, string $password, string $realPassword  )

Check Password

Parameters:
string   $encType:  encryption type
string   $password: 
string   $realPassword: 

API Tags:
Access:  protected


[ Top ]
ReadMetadata  [line 96]

  void ReadMetadata( array &$xmlArr  )

Read array meta data, and store to meta object

Parameters:
array   $xmlArr: 

API Tags:
Access:  protected


[ Top ]

Documentation generated on Tue, 22 Dec 2009 03:02:30 -0800 by phpDocumentor 1.3.0RC3