Home
last modified time | relevance | path

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

123

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pureldap/classes/
H A DADClient.php10 use FreeDSx\Ldap\Exception\ProtocolException; global() alias
H A DGroupHierarchyCache.php6 use FreeDSx\Ldap\Exception\ProtocolException; alias
82 } catch (ProtocolException $e) {
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md86 * LDAP clients now throw an OperationException instead of a ProtocolException.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
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 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 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 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
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 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
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/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/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 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/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

123