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é
|
Fonctions membres publiques | |
onUserAuthenticate ($credentials, $options, &$response) | |
Fonctions membres privées statiques | |
static | searchByString ($search, LdapClient $ldap) |
LDAP Authentication Plugin
onUserAuthenticate | ( | $credentials, | |
$options, | |||
& | $response | ||
) |
This method should handle any authentication and report back to the subject
array | $credentials | Array holding the user credentials |
array | $options | Array of extra options |
object | &$response | Authentication response object |
Références null.
|
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
string | $search | search string of search values |
LdapClient | $ldap | The LDAP client |
Références $key, $results, et LdapClient\search().