Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
bind (string $dn=null, string $password=null) | |
query (string $dn, string $query, array $options=[]) | |
getEntryManager () | |
escape (string $subject, string $ignore='', int $flags=0) | |
Champs de données | |
const | ESCAPE_FILTER = 0x01 |
const | ESCAPE_DN = 0x02 |
Ldap interface.
Return a connection bound to the ldap.
ConnectionException | if dn / password could not be bound |
Implémenté dans Ldap.
escape | ( | string | $subject, |
string | $ignore = '' , |
||
int | $flags = 0 |
||
) |
getEntryManager | ( | ) |
Implémenté dans Ldap.
query | ( | string | $dn, |
string | $query, | ||
array | $options = [] |
||
) |
Queries a ldap server for entries matching the given criteria.
Implémenté dans Ldap.
const ESCAPE_DN = 0x02 |
const ESCAPE_FILTER = 0x01 |
Référencé par LdapUserProvider\loadUserByIdentifier().