| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ |
| H A D | HandlerFactory.php | 27 * @var RequestHandlerInterface|null 57 public function makeRequestHandler(): RequestHandlerInterface 64 RequestHandlerInterface::class 66 if (!$requestHandler instanceof RequestHandlerInterface) { 69 RequestHandlerInterface::class,
|
| H A D | RequestHandlerInterface.php | 30 interface RequestHandlerInterface interface
|
| H A D | GenericRequestHandler.php | 31 class GenericRequestHandler implements RequestHandlerInterface
|
| H A D | ProxyRequestHandler.php | 35 class ProxyRequestHandler implements RequestHandlerInterface
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ |
| H A D | HandlerFactoryInterface.php | 16 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 D | ServerAnonBindHandler.php | 20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 33 * @param RequestHandlerInterface $dispatcher 41 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
|
| H A D | ServerBindHandler.php | 21 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 D | ServerStartTlsHandler.php | 22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 49 * @param RequestHandlerInterface $dispatcher 55 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
| H A D | ServerDispatchHandler.php | 21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 34 * @param RequestHandlerInterface $dispatcher 40 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
| H A D | BindHandlerInterface.php | 17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 32 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
|
| H A D | ServerUnbindHandler.php | 16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 29 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
| H A D | ServerProtocolHandlerInterface.php | 17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 35 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
| H A D | ServerSearchHandler.php | 17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 35 RequestHandlerInterface $dispatcher,
|
| H A D | ServerPagingUnsupportedHandler.php | 19 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 37 RequestHandlerInterface $dispatcher,
|
| H A D | ServerWhoAmIHandler.php | 23 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 36 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
| H A D | ServerRootDseHandler.php | 26 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 54 RequestHandlerInterface $dispatcher,
|
| H A D | ServerPagingHandler.php | 28 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 74 RequestHandlerInterface $dispatcher,
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | LdapServer.php | 18 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 D | ClientProtocolHandlerFactory.php | 19 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 D | RequestHandlerInterface.php | 24 interface RequestHandlerInterface interface
|
| H A D | ClientUnbindHandler.php | 23 class ClientUnbindHandler implements RequestHandlerInterface
|
| H A D | ClientBasicHandler.php | 33 class ClientBasicHandler implements RequestHandlerInterface, ResponseHandlerInterface
|
| H A D | ClientSaslBindHandler.php | 39 class ClientSaslBindHandler implements RequestHandlerInterface
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/ |
| H A D | PcntlServerRunner.php | 21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias
|