Authorization class, provides an interface for the Joomla authentication system
Located in /application/user/authenticate.php (line 24)
JObject | --JAuthenticate
Constructor
Finds out if a set of login credentials are valid by asking all obvserving objects to run their respective authentication routines.
Returns a reference to a global authentication object, only creating it if it doesn't already exist.
This method must be invoked as:
$auth = &JAuthenticate::getInstance();
JAuthenticate Login Method
Username and Password are sent as credentials (along with other possibilities) to each observer (JAuthenticatePlugin) for user validation. Successful validation will update the current session with the user details
Credentials Array ['username'] ['password'] ['userid'] *optional ['realm'] *optional
Logs a user out by asking all obvserving objects to run their respective logout routines.
Inherited From JObject
JObject::__construct()
JObject::JObject()
JObject::get()
JObject::set()
JObject::toString()
JObject::__destruct()
Documentation generated on Sat, 4 Feb 2006 14:22:42 +0100 by phpDocumentor 1.3.0RC4