Home
last modified time | relevance | path

Searched refs:ProtocolException (Results 26 – 50 of 56) sorted by relevance

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php17 use FreeDSx\Ldap\Exception\ProtocolException;
55 * @throws ProtocolException
65 throw new ProtocolException(sprintf(
124 * @throws ProtocolException
14 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DServerQueue.php16 use FreeDSx\Ldap\Exception\ProtocolException;
36 * @throws ProtocolException
45 throw new ProtocolException(sprintf(
70 * @throws ProtocolException
13 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DUnbindRequest.php17 use FreeDSx\Ldap\Exception\ProtocolException;
37 throw new ProtocolException('The unbind request is invalid');
16 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DSearchRequest.php23 use FreeDSx\Ldap\Exception\ProtocolException;
385 throw new ProtocolException('The search request is malformed');
397 throw new ProtocolException('The search request is malformed.');
410 throw new ProtocolException('The search request is malformed');
416 throw new ProtocolException('The search request is malformed.');
22 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DAbandonRequest.php17 use FreeDSx\Ldap\Exception\ProtocolException;
69 throw new ProtocolException('The abandon request is malformed');
16 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DPasswordModifyRequest.php19 use FreeDSx\Ldap\Exception\ProtocolException;
151 throw new ProtocolException('The password modify request is malformed.');
160 throw new ProtocolException('The password modify request is malformed');
16 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DCancelRequest.php20 use FreeDSx\Ldap\Exception\ProtocolException;
87 throw new ProtocolException('The cancel request value is malformed.');
17 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php16 use FreeDSx\Ldap\Exception\ProtocolException;
54 * @throws ProtocolException
61 throw new ProtocolException(sprintf(
15 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php19 use FreeDSx\Ldap\Exception\ProtocolException;
103 * @throws ProtocolException
150 * @throws ProtocolException
163 * @throws ProtocolException
170 throw new ProtocolException('The received control is malformed. Unable to get the encoded value.');
16 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DSearchResultReference.php16 use FreeDSx\Ldap\Exception\ProtocolException;
66 throw new ProtocolException($e->getMessage());
15 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DIntermediateResponse.php17 use FreeDSx\Ldap\Exception\ProtocolException;
71 * @throws ProtocolException
76 throw new ProtocolException('The intermediate response is malformed');
16 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DSearchResultEntry.php21 use FreeDSx\Ldap\Exception\ProtocolException;
69 throw new ProtocolException('The search result entry is malformed.');
20 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php19 use FreeDSx\Ldap\Exception\ProtocolException;
61 * @throws ProtocolException
68 throw new ProtocolException('The present filter is malformed');
17 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DFilterContainerTrait.php20 use FreeDSx\Ldap\Exception\ProtocolException;
161 * @throws ProtocolException
167 throw new ProtocolException('The filter is malformed');
17 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSetOwnerControl.php20 use FreeDSx\Ldap\Exception\ProtocolException;
85 throw new ProtocolException('A SetOwner control value must be an octet string type.');
17 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php20 use FreeDSx\Ldap\Exception\ProtocolException;
99 * @throws ProtocolException
108 throw new ProtocolException('The password policy response cannot have both a time expiration and a grace auth value.');
150 throw new ProtocolException('The ASN1 structure for the pwdPolicy control is malformed.');
17 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php16 use FreeDSx\Ldap\Exception\ProtocolException;
171 * @throws ProtocolException
193 throw new ProtocolException(sprintf(
14 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DServerProtocolHandler.php17 use FreeDSx\Ldap\Exception\ProtocolException;
151 } catch (EncoderException | ProtocolException $e) {
15 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php22 use FreeDSx\Ldap\Exception\ProtocolException;
266 * @throws ProtocolException
284 throw new ProtocolException('Expected a VLV response control, but received none.');
19 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php6 use FreeDSx\Ldap\Exception\ProtocolException; alias
82 } catch (ProtocolException $e) {
H A DADClient.php10 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DProtocolException.php16 class ProtocolException extends Exception
13 class ProtocolException extends \Exception global() class
H A DUnsolicitedNotificationException.php21 class UnsolicitedNotificationException extends ProtocolException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php19 use FreeDSx\Ldap\Exception\ProtocolException;
63 * @throws ProtocolException
90 throw new ProtocolException(sprintf(
116 * @throws ProtocolException
149 * @throws ProtocolException
192 * @throws ProtocolException
224 * @throws ProtocolException
15 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md86 * LDAP clients now throw an OperationException instead of a ProtocolException.

123