Home
last modified time | relevance | path

Searched refs:HandlerFactoryInterface (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php22 use FreeDSx\Ldap\Server\HandlerFactoryInterface; alias
33 * @var HandlerFactoryInterface
43 HandlerFactoryInterface $handlerFactory,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DHandlerFactory.php15 use FreeDSx\Ldap\Server\HandlerFactoryInterface; alias
24 class HandlerFactory implements HandlerFactoryInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php25 use FreeDSx\Ldap\Server\HandlerFactoryInterface; alias
67 * @var HandlerFactoryInterface
98 HandlerFactoryInterface $handlerFactory,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DHandlerFactoryInterface.php24 interface HandlerFactoryInterface interface