/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/ |
H A D | ClientProtocolHandlerFactory.php | 18 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 D | LdapServer.php | 15 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 D | ServerBindHandler.php | 20 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 D | BindHandlerInterface.php | 16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 31 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
|
H A D | ServerUnbindHandler.php | 15 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 28 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
H A D | ServerProtocolHandlerInterface.php | 16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 32 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
H A D | ServerAnonBindHandler.php | 17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 31 …public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, Serve…
|
H A D | ServerWhoAmIHandler.php | 20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 33 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
H A D | ServerSearchHandler.php | 22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 35 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
H A D | ServerStartTlsHandler.php | 20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 45 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
H A D | ServerDispatchHandler.php | 19 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 32 …andleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatch…
|
H A D | ServerRootDseHandler.php | 23 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 D | PcntlServerRunner.php | 16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface; alias 74 protected function constructRequestHandler(): RequestHandlerInterface
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | ServerProtocolHandler.php | 22 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 D | RequestHandlerInterface.php | 23 interface RequestHandlerInterface interface
|
H A D | ClientUnbindHandler.php | 20 class ClientUnbindHandler implements RequestHandlerInterface
|
H A D | ClientBasicHandler.php | 27 class ClientBasicHandler implements RequestHandlerInterface, ResponseHandlerInterface
|
H A D | ClientSaslBindHandler.php | 32 class ClientSaslBindHandler implements RequestHandlerInterface
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ |
H A D | RequestHandlerInterface.php | 29 interface RequestHandlerInterface interface
|
H A D | GenericRequestHandler.php | 30 class GenericRequestHandler implements RequestHandlerInterface
|
H A D | ProxyRequestHandler.php | 34 class ProxyRequestHandler implements RequestHandlerInterface
|