Home
last modified time | relevance | path

Searched refs:BindException (Results 1 – 11 of 11) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSimpleBindRequest.php16 use FreeDSx\Ldap\Exception\BindException; alias
76 * @throws BindException
81 throw new BindException('A simple bind must have a non-empty username and password.');
H A DSaslBindRequest.php16 use FreeDSx\Ldap\Exception\BindException; alias
97 * @throws BindException
102 throw new BindException('The mechanism name cannot be empty.');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php16 use FreeDSx\Ldap\Exception\BindException; alias
62 * @throws BindException
115 * @throws BindException
148 * @throws BindException
170 throw new BindException(sprintf(
223 * @throws BindException
244 throw new BindException(
H A DClientBasicHandler.php15 use FreeDSx\Ldap\Exception\BindException; alias
69 * @throws BindException
88 throw new BindException(
H A DClientSearchHandler.php16 use FreeDSx\Ldap\Exception\BindException; alias
63 * @throws BindException
H A DClientProtocolContext.php17 use FreeDSx\Ldap\Exception\BindException; alias
131 * @throws BindException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php18 use FreeDSx\Ldap\Exception\BindException; alias
105 * @throws BindException
143 * @throws BindException
/plugin/pureldap/classes/
H A DClient.php10 use FreeDSx\Ldap\Exception\BindException; alias
162 * @throws BindException
180 } catch (BindException $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DBindException.php21 class BindException extends Exception class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php15 use FreeDSx\Ldap\Exception\BindException; alias
54 } catch (BindException $e) {
/plugin/pureldap/
H A Dauth.php161 $e instanceof \FreeDSx\Ldap\Exception\BindException &&