Andrew's Web Libraries (AWL)
|
Public Member Functions | |
__construct ( $authparams) | |
Authenticate ( $username, $password) | |
Public Attributes | |
$usr | |
$success | |
Definition at line 23 of file AuthPlugin.php.
AuthPlugin::__construct | ( | $authparams | ) |
#- #+ @access public #- Create a new AuthPlugin object. This is as lightweight as possible.
array | $authparams | An array of parameters used for this authentication method. |
Definition at line 43 of file AuthPlugin.php.
AuthPlugin::Authenticate | ( | $username, | |
$password | |||
) |
Authenticate. Do whatever we need to authenticate a username / password.
string | $username | The username of the person attempting to log in |
string | $password | The password the person is trying to log in with |
Definition at line 54 of file AuthPlugin.php.
AuthPlugin::$usr |
#+ @access private
Definition at line 28 of file AuthPlugin.php.