Class PlgAuthenticationCookie

Description

Joomla Authentication plugin

  • since: 3.2

Located in /plugins/authentication/cookie/cookie.php (line 19)

JObject
   |
   --JEvent
      |
      --JPlugin
         |
         --PlgAuthenticationCookie
Variable Summary
Method Summary
 boolean onUserAuthenticate (array $credentials, array $options, object &$response)
Variables
JApplicationCms $app (line 27)

Application object

  • since: 3.2
  • access: protected
JDatabaseDriver $db (line 35)

Database object

  • since: 3.2
  • access: protected

Inherited Variables

Inherited from JPlugin

JPlugin::$autoloadLanguage
JPlugin::$params
JPlugin::$_name
JPlugin::$_type

Inherited from JEvent

JEvent::$_subject

Inherited from JObject

JObject::$_errors
Methods
onUserAuthenticate (line 48)

This method should handle any authentication and report back to the subject

  • since: 3.2
  • access: public
boolean onUserAuthenticate (array $credentials, array $options, object &$response)
  • array $credentials: Array holding the user credentials
  • array $options: Array of extra options
  • object &$response: Authentication response object

Inherited Methods

Inherited From JPlugin

 JPlugin::__construct()
 JPlugin::loadLanguage()

Inherited From JEvent

 JEvent::__construct()
 JEvent::update()

Inherited From JObject

 JObject::__construct()
 JObject::def()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::__toString()

Documentation generated on Tue, 19 Nov 2013 14:57:34 +0100 by phpDocumentor 1.4.3