Class plgAuthenticationLdap

Description

LDAP Authentication Plugin

  • since: 1.5

Located in /plugins/authentication/ldap/ldap.php (line 18)

JObject
   |
   --JEvent
      |
      --JPlugin
         |
         --plgAuthenticationLdap
Method Summary
object boolean onUserAuthenticate (array $credentials, array $options,  &$response, object $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 30)

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

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

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:13 -0500 by phpDocumentor 1.4.4