Home
last modified time | relevance | path

Searched refs:RequestHandlerInterface (Results 1 – 24 of 24) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DHandlerFactory.php27 * @var RequestHandlerInterface|null
57 public function makeRequestHandler(): RequestHandlerInterface
64 RequestHandlerInterface::class
66 if (!$requestHandler instanceof RequestHandlerInterface) {
69 RequestHandlerInterface::class,
H A DRequestHandlerInterface.php30 interface RequestHandlerInterface interface
H A DGenericRequestHandler.php31 class GenericRequestHandler implements RequestHandlerInterface
H A DProxyRequestHandler.php35 class ProxyRequestHandler implements RequestHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DHandlerFactoryInterface.php16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
27 * @return RequestHandlerInterface
30 public function makeRequestHandler(): RequestHandlerInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerAnonBindHandler.php20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
33 * @param RequestHandlerInterface $dispatcher
41 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
H A DServerBindHandler.php21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
37 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
59 …protected function simpleBind(RequestHandlerInterface $dispatcher, SimpleBindRequest $request): To…
H A DServerStartTlsHandler.php22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
49 * @param RequestHandlerInterface $dispatcher
55 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerDispatchHandler.php21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
34 * @param RequestHandlerInterface $dispatcher
40 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DBindHandlerInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
32 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
H A DServerUnbindHandler.php16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
29 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerProtocolHandlerInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
35 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerSearchHandler.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
35 RequestHandlerInterface $dispatcher,
H A DServerPagingUnsupportedHandler.php19 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
37 RequestHandlerInterface $dispatcher,
H A DServerWhoAmIHandler.php23 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
36 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerRootDseHandler.php26 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
54 RequestHandlerInterface $dispatcher,
H A DServerPagingHandler.php28 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
74 RequestHandlerInterface $dispatcher,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php18 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
118 * @param RequestHandlerInterface $requestHandler
121 public function useRequestHandler(RequestHandlerInterface $requestHandler): self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php19 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\RequestHandlerInterface; alias
33 public function forRequest(Request\RequestInterface $request): RequestHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DRequestHandlerInterface.php24 interface RequestHandlerInterface interface
H A DClientUnbindHandler.php23 class ClientUnbindHandler implements RequestHandlerInterface
H A DClientBasicHandler.php33 class ClientBasicHandler implements RequestHandlerInterface, ResponseHandlerInterface
H A DClientSaslBindHandler.php39 class ClientSaslBindHandler implements RequestHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias