API16

API16:JAuthentication

From Joomla! Documentation

Revision as of 22:55, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JAuthentication}} ===Defi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JAuthentication

Defined in

libraries/joomla/user/authentication.php

Methods

Method name Description
__construct Constructor
authenticate Finds out if a set of login credentials are valid by asking all obvserving objects to run their respective authentication routines.
getInstance Returns the global authentication object, only creating it if it doesn't already exist.

Importing

jimport( 'joomla.user.authentication' );

[Edit See Also] Template:SeeAlso:JAuthentication

Examples

<CodeExamplesForm />