API15:JAuthentication
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JAuthentication
Contents |
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 a reference to a global authentication object, only creating it if it doesn't already exist. |
Importing
jimport( 'joomla.user.authentication' );
[Edit See Also] SeeAlso:JAuthentication
Examples
<CodeExamplesForm />
