Home
last modified time | relevance | path

Searched refs:ProtocolException (Results 1 – 25 of 56) sorted by relevance

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php21 use FreeDSx\Ldap\Exception\ProtocolException;
105 throw new ProtocolException('An ExpectedEntryCount control value must be a sequence type.');
110 throw new ProtocolException('An ExpectedEntryCount control value sequence 0 must be an integer type.');
113 throw new ProtocolException('An ExpectedEntryCount control value sequence 1 must be an integer type.');
138 * @throws ProtocolException
143 throw new ProtocolException('An ExpectedEntryCount control value must be a sequence type with 2 children.');
146 throw new ProtocolException('An ExpectedEntryCount control value sequence 0 must be an integer type.');
149 throw new ProtocolException('An ExpectedEntryCount control value sequence 1 must be an integer type.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DExtendedDnControl.php21 use FreeDSx\Ldap\Exception\ProtocolException;
74 throw new ProtocolException('The extended DN control is malformed.');
82 throw new ProtocolException('An ExtendedDn control value must be a sequence type.');
86 throw new ProtocolException('An ExtendedDn control value sequence 0 must be an integer type.');
111 * @throws ProtocolException
116 throw new ProtocolException('An ExtendedDn control value must be a sequence type with 1 child.');
119 throw new ProtocolException('An ExtendedDn control value sequence 0 must be an integer type.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DDirSyncResponseControl.php22 use FreeDSx\Ldap\Exception\ProtocolException;
108 throw new ProtocolException('A DirSyncResponse control value must be a sequence type with 3 children.');
114 throw new ProtocolException('A DirSyncResponse control value sequence 0 must be an integer type.');
117 throw new ProtocolException('A DirSyncResponse control value sequence 1 must be an integer type.');
120 throw new ProtocolException('A DirSyncResponse control value sequence 2 must be an octet string type.');
19 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DDirSyncRequestControl.php22 use FreeDSx\Ldap\Exception\ProtocolException;
158 throw new ProtocolException('A DirSyncRequest control value must be a sequence type with 3 children.');
164 throw new ProtocolException('A DirSyncRequest control value sequence 0 must be an integer type.');
167 throw new ProtocolException('A DirSyncRequest control value sequence 1 must be an integer type.');
170 throw new ProtocolException('A DirSyncRequest control value sequence 2 must be an octet string type.');
19 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DPolicyHintsControl.php21 use FreeDSx\Ldap\Exception\ProtocolException;
88 throw new ProtocolException('A PolicyHints control value must be a sequence type.');
92 throw new ProtocolException('A PolicyHints control value sequence 0 must be an integer type.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php23 use FreeDSx\Ldap\Exception\ProtocolException;
111 throw new ProtocolException('The modify request is malformed');
117 throw new ProtocolException('The modify request is malformed');
157 * @throws ProtocolException
162 throw new ProtocolException('The change for the modify request is malformed.');
168 throw new ProtocolException('The change for the modify request is malformed.');
177 * @throws ProtocolException
182 throw new ProtocolException('The partial attribute for the modify request is malformed.');
188 throw new ProtocolException('The partial attribute for the modify request is malformed.');
194 throw new ProtocolException('Th
22 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
[all...]
H A DAddRequest.php22 use FreeDSx\Ldap\Exception\ProtocolException;
92 throw new ProtocolException('The add request is malformed: %s');
98 throw new ProtocolException('The add request is malformed.');
105 throw new ProtocolException(sprintf(
114 throw new ProtocolException('The add request is malformed.');
120 throw new ProtocolException('The add request is malformed.');
21 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 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 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
/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/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/Control/Sorting/
H A DSortingControl.php22 use FreeDSx\Ldap\Exception\ProtocolException;
93 throw new ProtocolException('The sorting control is malformed.');
99 throw new ProtocolException('The sort key is malformed.');
115 throw new ProtocolException('The sorting control is malformed.');
120 throw new ProtocolException('The sorting control contains unexpected data.');
124 throw new ProtocolException('The sort key is missing an attribute description.');
19 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DSortingResponseControl.php21 use FreeDSx\Ldap\Exception\ProtocolException;
101 throw new ProtocolException('The server side sorting response is malformed.');
106 throw new ProtocolException('The server side sorting response is malformed.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php21 use FreeDSx\Ldap\Exception\ProtocolException;
193 throw new ProtocolException(sprintf(
206 * @throws ProtocolException
211 throw new ProtocolException(sprintf(
224 * @throws ProtocolException
231 throw new ProtocolException('The received control is malformed. Unable to get the encoded value.');
236 throw new ProtocolException('The received control is malformed. Unable to get the encoded value.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DPagingControl.php21 use FreeDSx\Ldap\Exception\ProtocolException;
106 throw new ProtocolException('A paged control value must be a sequence type with 2 children.');
111 throw new ProtocolException('A paged control value sequence 0 must be an integer type.');
114 throw new ProtocolException('A paged control value sequence 1 must be an octet string type.');
18 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
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
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 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
/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
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php19 use FreeDSx\Ldap\Exception\ProtocolException;
169 throw new ProtocolException(sprintf(
177 throw new ProtocolException('Expected a paging control, but received none.');
17 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

123