Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSimpleBindRequest.php16 use FreeDSx\Ldap\Exception\BindException;
76 * @throws BindException
81 throw new BindException('A simple bind must have a non-empty username and password.');
15 use FreeDSx\Ldap\Exception\BindException; global() alias
H A DSaslBindRequest.php16 use FreeDSx\Ldap\Exception\BindException;
97 * @throws BindException
102 throw new BindException('The mechanism name cannot be empty.');
15 use FreeDSx\Ldap\Exception\BindException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php15 use FreeDSx\Ldap\Exception\BindException;
69 * @throws BindException
88 throw new BindException(
13 use FreeDSx\Ldap\Exception\BindException; global() alias
H A DClientSaslBindHandler.php16 use FreeDSx\Ldap\Exception\BindException;
62 * @throws BindException
115 * @throws BindException
148 * @throws BindException
170 throw new BindException(sprintf(
223 * @throws BindException
244 throw new BindException(
14 use FreeDSx\Ldap\Exception\BindException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DBindException.php21 class BindException extends Exception
18 class BindException extends \Exception global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php15 use FreeDSx\Ldap\Exception\BindException;
54 } catch (BindException $e) {
14 use FreeDSx\Ldap\Exception\BindException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php90 * @throws Exception\BindException
103 * @throws Exception\BindException
305 * @throws Exception\BindException
320 * @throws Exception\BindException
19 use FreeDSx\Ldap\Exception\BindException; global() alias
/plugin/pureldap/classes/
H A DClient.php10 use FreeDSx\Ldap\Exception\BindException;
175 } catch (BindException $e) {
7 use FreeDSx\Ldap\Exception\BindException; global() alias