Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface LdapInterface
+ Graphe d'héritage de LdapInterface:

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
 

Description détaillée

Ldap interface.

Auteur
Charles Sarrazin charl.nosp@m.es@s.nosp@m.arraz.nosp@m..in

Documentation des fonctions membres

◆ bind()

bind ( string  $dn = null,
string  $password = null 
)

Return a connection bound to the ldap.

Exceptions
ConnectionExceptionif dn / password could not be bound

Implémenté dans Ldap.

◆ escape()

escape ( string  $subject,
string  $ignore = '',
int  $flags = 0 
)

Escape a string for use in an LDAP filter or DN.

Renvoie
string

Implémenté dans Ldap.

◆ getEntryManager()

getEntryManager ( )
Renvoie
EntryManagerInterface

Implémenté dans Ldap.

◆ query()

query ( string  $dn,
string  $query,
array  $options = [] 
)

Queries a ldap server for entries matching the given criteria.

Renvoie
QueryInterface

Implémenté dans Ldap.

Documentation des champs

◆ ESCAPE_DN

const ESCAPE_DN = 0x02

◆ ESCAPE_FILTER

const ESCAPE_FILTER = 0x01

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