Home
last modified time | relevance | path

Searched refs:ProtocolException (Results 1 – 25 of 56) sorted by last modified time

123

/plugin/pureldap/classes/
H A DGroupHierarchyCache.php6 use FreeDSx\Ldap\Exception\ProtocolException; alias
82 } catch (ProtocolException $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php23 use FreeDSx\Ldap\Exception\ProtocolException;
91 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
99 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
102 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
105 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
108 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
20 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUnsolicitedNotificationException.php21 class UnsolicitedNotificationException extends ProtocolException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php20 use FreeDSx\Ldap\Exception\ProtocolException;
155 * @throws ProtocolException
170 throw new ProtocolException(sprintf('You must define the tag number property on %s', get_parent_class()));
192 * @throws ProtocolException
198 throw new ProtocolException('The LDAP result is malformed.');
210 throw new ProtocolException('The ASN1 structure for the referrals is malformed.');
217 throw new ProtocolException($e->getMessage());
228 throw new ProtocolException('The LDAP result is malformed.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
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 DBindRequest.php19 use FreeDSx\Ldap\Exception\ProtocolException;
104 throw new ProtocolException('The bind request in malformed');
111 throw new ProtocolException('The bind request in malformed');
114 throw new ProtocolException('The bind request in malformed');
120 throw new ProtocolException(sprintf(
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DCompareRequest.php20 use FreeDSx\Ldap\Exception\ProtocolException;
104 throw new ProtocolException('The compare request is malformed');
110 throw new ProtocolException('The compare request is malformed.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DDeleteRequest.php18 use FreeDSx\Ldap\Exception\ProtocolException;
84 * @throws ProtocolException
89 throw new ProtocolException('The delete request must be an octet string with an application tag class.');
92 throw new ProtocolException(sprintf(
17 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DExtendedRequest.php19 use FreeDSx\Ldap\Exception\ProtocolException;
149 * @throws ProtocolException
163 * @throws ProtocolException
169 throw new ProtocolException('The extended request is malformed');
182 throw new ProtocolException('The extended request is malformed');
16 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DModifyDnRequest.php22 use FreeDSx\Ldap\Exception\ProtocolException;
161 throw new ProtocolException('The modify dn request is malformed');
169 throw new ProtocolException('The modify dn request is malformed');
172 throw new ProtocolException('The modify dn request is malformed');
20 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
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
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/Protocol/Factory/
H A DExtendedResponseFactory.php16 use FreeDSx\Ldap\Exception\ProtocolException;
42 * @throws ProtocolException
48 throw new ProtocolException(sprintf(
15 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
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/Protocol/
H A DLdapMessage.php25 use FreeDSx\Ldap\Exception\ProtocolException;
142 throw new ProtocolException(sprintf(
149 throw new ProtocolException(sprintf(
161 throw new ProtocolException('The ASN1 structure for the controls is malformed.');
168 throw new ProtocolException('The control either is not a sequence or has no OID value attached.');
194 throw new ProtocolException('Expected an LDAP message ID as an ASN.1 integer type. None received.');
199 throw new ProtocolException('The LDAP message is malformed.');
264 throw new ProtocolException(sprintf(
22 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
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/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/Search/Filter/
H A DAttributeValueAssertionTrait.php21 use FreeDSx\Ldap\Exception\ProtocolException;
97 * @throws ProtocolException
103 throw new ProtocolException('The attribute value assertion is malformed.');
109 throw new ProtocolException('The attribute value assertion is malformed.');
19 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
H A DMatchingRuleFilter.php22 use FreeDSx\Ldap\Exception\ProtocolException;
206 throw new ProtocolException('The matching rule filter is malformed');
228 throw new ProtocolException('The matching rule filter is malformed.');
231 throw new ProtocolException('The matching rule filter is malformed.');
234 throw new ProtocolException('The matching rule filter is malformed.');
237 throw new ProtocolException('The matching rule filter is malformed.');
20 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DNotFilter.php19 use FreeDSx\Ldap\Exception\ProtocolException;
96 * @throws ProtocolException
104 throw new ProtocolException('The not filter is malformed');
108 throw new ProtocolException('The "not" filter is malformed.');
17 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
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 DSubstringFilter.php21 use FreeDSx\Ldap\Exception\ProtocolException;
206 throw new ProtocolException('The substring type is malformed');
212 throw new ProtocolException('The substring filter is malformed.');
221 * @throws ProtocolException
232 throw new ProtocolException('The substring filter is malformed.');
237 throw new ProtocolException('The substring filter is malformed.');
245 throw new ProtocolException('The substring filter is malformed.');
250 throw new ProtocolException('The substring filter is malformed.');
19 use FreeDSx\Ldap\Exception\ProtocolException; global() alias

123