Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php79 protected $protocolHandlerFactory; variable in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler
100 ServerProtocolHandlerFactory $protocolHandlerFactory = null, argument
109 $this->protocolHandlerFactory = $protocolHandlerFactory ?? new ServerProtocolHandlerFactory(
219 $handler = $this->protocolHandlerFactory->get(
H A DClientProtocolHandler.php71 protected $protocolHandlerFactory; variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
82 …$this->protocolHandlerFactory = $clientProtocolHandlerFactory ?? new ClientProtocolHandlerFactory(…
159 … $messageFrom = $this->protocolHandlerFactory->forRequest($request)->handleRequest($context);
162 …$messageFrom = $this->protocolHandlerFactory->forResponse($messageTo->getRequest(), $messageFrom->…