/joomla/user/authentication.php
Description
Classes
| Class | Description |
|---|---|
JAuthentication
|
Authenthication class, provides an interface for the Joomla authentication system |
JAuthenticationResponse
|
Authorization response class, provides an object for storing user and error details |
Constants
JAUTHENTICATE_STATUS_CANCEL = 2
(line 28)
Status to indicate cancellation of authentication.
JAUTHENTICATE_STATUS_FAILURE = 4
(line 33)
This is the status code returned when the authentication failed
JAUTHENTICATE_STATUS_SUCCESS = 1
(line 23)
This is the status code returned when the authentication is success.
Documentation generated on Tue, 29 Jan 2008 18:44:31 +0000 by phpDocumentor 1.3.1


