API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JAuthentication

Graphe d'héritage de JAuthentication:
Graphe de collaboration de JAuthentication:

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des constructeurs et destructeur

JAuthentication::__construct ( )

Constructor

protected

Réimplémentée à partir de JObservable.

Références JText::_(), JPluginHelper::importPlugin(), et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

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

Paramètres:
arrayArray holding the user credentials
Renvoie:
mixed Integer userid for valid user if credentials are valid or boolean false if they are not
Depuis:
1.5

Références $plugins, et JPluginHelper::getPlugin().

Voici le graphe d'appel pour cette fonction :

& 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

Renvoie:
object The global JAuthentication object
Depuis:
1.5

Référencé par plgXMLRPCBloggerHelper::authenticateUser(), et JApplication::login().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :