API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JAuthentication::__construct | ( | ) |
Constructor
protected
Réimplémentée à partir de JObservable.
Références JText::_(), JPluginHelper::importPlugin(), et JError::raiseWarning().
JAuthentication::authenticate | ( | $ | credentials, |
$ | options | ||
) |
Finds out if a set of login credentials are valid by asking all obvserving objects to run their respective authentication routines.
public
array | Array holding the user credentials |
Références $plugins, et JPluginHelper::getPlugin().
& JAuthentication::getInstance | ( | ) | [static] |
Returns a reference to a global authentication object, only creating it if it doesn't already exist.
This method must be invoked as:
$auth = &JAuthentication::getInstance();
public
Référencé par plgXMLRPCBloggerHelper::authenticateUser(), et JApplication::login().