Class plgAuthenticationJoomla

Description

Joomla Authentication plugin

  • since: 1.5

Located in /plugins/authentication/joomla/joomla.php (line 17)

JObject
   |
   --JEvent
      |
      --JPlugin
         |
         --plgAuthenticationJoomla
Method Summary
boolean onUserAuthenticate (array $credentials, array $options, object Authentication &$response)
Variables

Inherited Variables

Inherited from JPlugin

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

Inherited from JEvent

JEvent::$_subject

Inherited from JObject

JObject::$_errors
Methods
onUserAuthenticate (line 29)

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

  • since: 1.5
  • access: public
boolean onUserAuthenticate (array $credentials, array $options, object Authentication &$response)
  • array $credentials: Array holding the user credentials
  • array $options: Array of extra options
  • object Authentication &$response: 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()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:56:00 -0500 by phpDocumentor 1.4.4