Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php18 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\RequestHandlerInterface; alias
30 * @return RequestHandlerInterface
32 public function forRequest(Request\RequestInterface $request): RequestHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php15 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
92 if (!\is_subclass_of($this->options['request_handler'], RequestHandlerInterface::class)) {
95 RequestHandlerInterface::class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
34 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
55 …protected function simpleBind(RequestHandlerInterface $dispatcher, SimpleBindRequest $request): To…
H A DBindHandlerInterface.php16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
31 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
H A DServerUnbindHandler.php15 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
28 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerProtocolHandlerInterface.php16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
32 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerAnonBindHandler.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
31 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
H A DServerWhoAmIHandler.php20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
33 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerSearchHandler.php22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
35 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerStartTlsHandler.php20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
45 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerDispatchHandler.php19 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
32 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
H A DServerRootDseHandler.php23 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
37 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
74 protected function constructRequestHandler(): RequestHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
56 * @var RequestHandlerInterface
82 RequestHandlerInterface $dispatcher,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DRequestHandlerInterface.php23 interface RequestHandlerInterface interface
H A DClientUnbindHandler.php20 class ClientUnbindHandler implements RequestHandlerInterface
H A DClientBasicHandler.php27 class ClientBasicHandler implements RequestHandlerInterface, ResponseHandlerInterface
H A DClientSaslBindHandler.php32 class ClientSaslBindHandler implements RequestHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php29 interface RequestHandlerInterface interface
H A DGenericRequestHandler.php30 class GenericRequestHandler implements RequestHandlerInterface
H A DProxyRequestHandler.php34 class ProxyRequestHandler implements RequestHandlerInterface