Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__sleep () | |
__wakeup () | |
__destruct () | |
isBound () | |
bind (string $dn=null, string $password=null) | |
getResource () | |
setOption (string $name, $value) | |
getOption (string $name) | |
Fonctions membres publiques hérités de AbstractConnection | |
__construct (array $config=[]) | |
Fonctions membres protégées | |
configureOptions (OptionsResolver $resolver) | |
Fonctions membres protégées hérités de AbstractConnection | |
configureOptions (OptionsResolver $resolver) | |
Fonctions membres privées | |
connect () | |
disconnect () | |
Attributs privés | |
const | LDAP_INVALID_CREDENTIALS = 0x31 |
const | LDAP_TIMEOUT = 0x55 |
const | LDAP_ALREADY_EXISTS = 0x44 |
$bound = false | |
$connection | |
Membres hérités additionnels | |
Attributs protégés hérités de AbstractConnection | |
$config | |
__destruct | ( | ) |
Références Connection\disconnect().
__sleep | ( | ) |
__wakeup | ( | ) |
{Binds the connection against a user's DN and password.
AlreadyExistsException | When the connection can't be created because of an LDAP_ALREADY_EXISTS error |
ConnectionTimeoutException | When the connection can't be created because of an LDAP_TIMEOUT error |
InvalidCredentialsException | When the connection can't be created because of an LDAP_INVALID_CREDENTIALS error |
string | $password | WARNING: When the LDAP server allows unauthenticated binds, a blank $password will always be valid |
Implémente ConnectionInterface.
Références $password, et Connection\connect().
|
protected |
Références $options, class, OptionsResolver\setAllowedTypes(), et OptionsResolver\setDefault().
|
private |
Références $name, $value, et Connection\setOption().
Référencé par Connection\bind().
|
private |
Références null.
Référencé par Connection\__destruct().
getOption | ( | string | $name | ) |
Références $name, et ConnectionOptions\getOption().
getResource | ( | ) |
Références Connection\$connection.
isBound | ( | ) |
{Checks whether the connection was already bound or not.
Implémente ConnectionInterface.
Références Connection\$bound.
setOption | ( | string | $name, |
$value | |||
) |
Références $name, $value, et ConnectionOptions\getOption().
Référencé par Connection\connect().
|
private |
Référencé par Connection\isBound().
|
private |
Référencé par Connection\getResource().
|
private |
|
private |
|
private |