Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php23 use FreeDSx\Ldap\Protocol\Factory\ServerProtocolHandlerFactory;
77 * @var ServerProtocolHandlerFactory
100 ServerProtocolHandlerFactory $protocolHandlerFactory = null,
109 $this->protocolHandlerFactory = $protocolHandlerFactory ?? new ServerProtocolHandlerFactory(
20 use FreeDSx\Ldap\Protocol\Factory\ServerProtocolHandlerFactory; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php30 class ServerProtocolHandlerFactory
25 class ServerProtocolHandlerFactory global() class