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) |
Definition at line 70 of file authService.php.
__construct | ( | &$ | xmlArr ) |
Initialize auditService with xml array metadata
array | $xmlArr |
Definition at line 81 of file authService.php.
authDBUser | ( | $ | userName, |
$ | password | ||
) | [protected] |
Authenticate User that stored in database
string | $userName | |
string | $password |
Definition at line 119 of file authService.php.
authenticateUser | ( | $ | userName, |
$ | password | ||
) |
Authenticate User
string | $userName | |
string | $password |
Definition at line 105 of file authService.php.
checkPassword | ( | $ | encType, |
$ | password, | ||
$ | realPassword | ||
) | [protected] |
Check Password
string | $encType | encryption type |
string | $password | |
string | $realPassword |
Definition at line 144 of file authService.php.
readMetadata | ( | &$ | xmlArr ) | [protected] |
Read array meta data, and store to meta object
array | $xmlArr |
Definition at line 92 of file authService.php.