Public Member Functions | Data Fields | Protected Member Functions

authService Class Reference

Public Member Functions

 __construct (&$xmlArr)
 authenticateUser ($userName, $password)

Data Fields

 $m_AuthticationType
 $m_AuthticationDataObj

Protected Member Functions

 readMetadata (&$xmlArr)
 authDBUser ($userName, $password)
 checkPassword ($encType, $password, $realPassword)

Detailed Description

Definition at line 70 of file authService.php.


Constructor & Destructor Documentation

__construct ( &$  xmlArr )

Initialize auditService with xml array metadata

Parameters:
array$xmlArr
Returns:
void

Definition at line 81 of file authService.php.

Here is the call graph for this function:


Member Function Documentation

authDBUser ( userName,
password 
) [protected]

Authenticate User that stored in database

Parameters:
string$userName
string$password
Returns:
boolean

Definition at line 119 of file authService.php.

Here is the call graph for this function:

Here is the caller graph for this function:

authenticateUser ( userName,
password 
)

Authenticate User

Parameters:
string$userName
string$password
Returns:
boolean

Definition at line 105 of file authService.php.

Here is the call graph for this function:

checkPassword ( encType,
password,
realPassword 
) [protected]

Check Password

Parameters:
string$encTypeencryption type
string$password
string$realPassword
Returns:
boolean

Definition at line 144 of file authService.php.

Here is the caller graph for this function:

readMetadata ( &$  xmlArr ) [protected]

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Definition at line 92 of file authService.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: