Home
last modified time | relevance | path

Searched refs:RequestHandlerInterface (Results 1 – 21 of 21) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php33 class ClientBasicHandler implements RequestHandlerInterface, ResponseHandlerInterface
H A DClientUnbindHandler.php23 class ClientUnbindHandler implements RequestHandlerInterface
H A DRequestHandlerInterface.php24 interface RequestHandlerInterface
23 interface RequestHandlerInterface global() interface
H A DClientSaslBindHandler.php39 class ClientSaslBindHandler implements RequestHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php19 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\RequestHandlerInterface;
33 public function forRequest(Request\RequestInterface $request): RequestHandlerInterface
18 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\RequestHandlerInterface; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DBindHandlerInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
32 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface;
16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerAnonBindHandler.php20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
33 * @param RequestHandlerInterface $dispatcher
41 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerBindHandler.php21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
37 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
59 protected function simpleBind(RequestHandlerInterface $dispatcher, SimpleBindRequest $request): TokenInterface
20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerDispatchHandler.php21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
34 * @param RequestHandlerInterface $dispatcher
40 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
19 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerProtocolHandlerInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
35 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void;
16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerRootDseHandler.php26 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
54 RequestHandlerInterface $dispatcher,
23 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerSearchHandler.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
35 RequestHandlerInterface $dispatcher,
22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerStartTlsHandler.php22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
49 * @param RequestHandlerInterface $dispatcher
55 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerUnbindHandler.php16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
29 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
15 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
H A DServerWhoAmIHandler.php23 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
36 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php31 class GenericRequestHandler implements RequestHandlerInterface
H A DProxyRequestHandler.php35 class ProxyRequestHandler implements RequestHandlerInterface
H A DRequestHandlerInterface.php30 interface RequestHandlerInterface
29 interface RequestHandlerInterface global() interface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
91 * @psalm-param array{request_handler?: class-string<RequestHandlerInterface>} $options
16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php18 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
118 * @param RequestHandlerInterface $requestHandler
121 public function useRequestHandler(RequestHandlerInterface $requestHandler): self
15 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; global() alias