Home
last modified time | relevance | path

Searched refs:protocolHandlerFactory (Results 1 – 2 of 2) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php71 protected $protocolHandlerFactory;
82 $this->protocolHandlerFactory = $clientProtocolHandlerFactory ?? new ClientProtocolHandlerFactory();
159 $messageFrom = $this->protocolHandlerFactory->forRequest($request)->handleRequest($context);
162 $messageFrom = $this->protocolHandlerFactory->forResponse($messageTo->getRequest(), $messageFrom->getResponse())->handleResponse(
65 protected $protocolHandlerFactory; global() variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
H A DServerProtocolHandler.php79 protected $protocolHandlerFactory;
100 ServerProtocolHandlerFactory $protocolHandlerFactory = null,
109 $this->protocolHandlerFactory = $protocolHandlerFactory ?? new ServerProtocolHandlerFactory(
219 $handler = $this->protocolHandlerFactory->get(
68 protected $protocolHandlerFactory; global() variable in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler
84 __construct(ServerQueue $queue, RequestHandlerInterface $dispatcher, array $options = [], ServerProtocolHandlerFactory $protocolHandlerFactory = null, ServerBindHandlerFactory $bindHandlerFactory = null, ServerAuthorization $authorizer = null, ResponseFactory $responseFactory = null) global() argument