Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe PlgAuthenticationLdap
+ Graphe d'héritage de PlgAuthenticationLdap:

Fonctions membres publiques

 onUserAuthenticate ($credentials, $options, &$response)
 

Fonctions membres privées statiques

static searchByString ($search, LdapClient $ldap)
 

Description détaillée

LDAP Authentication Plugin

Depuis
1.5

Documentation des fonctions membres

◆ onUserAuthenticate()

onUserAuthenticate (   $credentials,
  $options,
$response 
)

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

Paramètres
array$credentialsArray holding the user credentials
array$optionsArray of extra options
object&$responseAuthentication response object
Renvoie
boolean
Depuis
1.5

Références null.

◆ searchByString()

static searchByString (   $search,
LdapClient  $ldap 
)
staticprivate

Shortcut method to build a LDAP search based on a semicolon separated string

Note that this method requires that semicolons which should be part of the search term to be escaped to correctly split the search string into separate lookups

Paramètres
string$searchsearch string of search values
LdapClient$ldapThe LDAP client
Renvoie
array Search results
Depuis
3.8.2

Références $key, $results, et LdapClient\search().


La documentation de cette classe a été générée à partir du fichier suivant :