Home
last modified time | relevance | path

Searched refs:LdapMessageRequest (Results 1 – 23 of 23) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php20 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
35 * @return LdapMessageRequest
40 public function getMessage(?int $id = null): LdapMessageRequest
44 if (!$message instanceof LdapMessageRequest) {
77 return LdapMessageRequest::fromAsn1($message->getMessage());
14 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DClientQueue.php21 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
87 * @param LdapMessageRequest ...$messages
92 public function sendMessage(LdapMessageRequest ...$messages): self
16 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DMessageCreationTrait.php15 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
25 protected function makeRequest(LdapQueue $queue, RequestInterface $request, array $controls): LdapMessageRequest
27 return new LdapMessageRequest(
14 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DClientProtocolContext.php25 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
62 * @var LdapMessageRequest
109 public function messageToSend(): LdapMessageRequest
114 $this->sentMessage = new LdapMessageRequest(
17 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DResponseHandlerInterface.php14 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
29 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse;
13 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DClientStartTlsHandler.php17 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
29 * @param LdapMessageRequest $messageTo
37 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse
16 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DClientBasicHandler.php22 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
64 * @param LdapMessageRequest $messageTo
72 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse
18 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DClientSearchHandler.php25 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
57 * @param LdapMessageRequest $messageTo
68 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse
20 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DClientReferralHandler.php28 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
50 * @param LdapMessageRequest $messageTo
59 LdapMessageRequest $messageTo,
83 * @param LdapMessageRequest $messageTo
90 protected function followReferral(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom): ?LdapMessageResponse
26 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DReferralChaserInterface.php16 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
31 * @param LdapMessageRequest $request
37 public function chase(LdapMessageRequest $request, LdapUrl $referral, ?BindRequest $bind): ?BindRequest;
15 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DBindHandlerInterface.php15 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
32 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface;
14 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerUnbindHandler.php14 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
29 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
13 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerProtocolHandlerInterface.php15 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
35 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void;
14 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerAnonBindHandler.php18 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
32 * @param LdapMessageRequest $message
41 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
15 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerWhoAmIHandler.php20 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
36 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
17 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerSearchHandler.php14 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
33 LdapMessageRequest $message,
18 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerStartTlsHandler.php19 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
47 * @param LdapMessageRequest $message
55 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
17 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerBindHandler.php19 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
37 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
18 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerDispatchHandler.php18 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
32 * @param LdapMessageRequest $message
40 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
16 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
H A DServerRootDseHandler.php22 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
52 LdapMessageRequest $message,
19 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php204 protected function dispatchRequest(LdapMessageRequest $message): void
249 protected function isValidRequest(LdapMessageRequest $message): bool
277 protected function handleAuthRequest(LdapMessageRequest $message): TokenInterface
H A DLdapMessageRequest.php24 class LdapMessageRequest extends LdapMessage
23 class LdapMessageRequest extends LdapMessage global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php32 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
45 public function getStandardResponse(LdapMessageRequest $message, int $resultCode = ResultCode::SUCCESS, string $diagnostic = ''): LdapMessageResponse
31 use FreeDSx\Ldap\Protocol\LdapMessageRequest; global() alias