Home
last modified time | relevance | path

Searched refs:handlerFactory (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php35 private $handlerFactory; variable in FreeDSx\\Ldap\\Protocol\\Factory\\ServerProtocolHandlerFactory
43 HandlerFactoryInterface $handlerFactory, argument
46 $this->handlerFactory = $handlerFactory;
91 $rootDseHandler = $this->handlerFactory->makeRootDseHandler();
98 $pagingHandler = $this->handlerFactory->makePagingHandler();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php69 protected $handlerFactory; variable in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler
98 HandlerFactoryInterface $handlerFactory, argument
106 $this->handlerFactory = $handlerFactory;
110 $handlerFactory,
229 $this->handlerFactory->makeRequestHandler(),
288 $this->handlerFactory->makeRequestHandler(),