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/
DServerProtocolHandler.php23 use FreeDSx\Ldap\Protocol\Factory\ServerProtocolHandlerFactory; alias
77 * @var ServerProtocolHandlerFactory
100 ServerProtocolHandlerFactory $protocolHandlerFactory = null,
109 $this->protocolHandlerFactory = $protocolHandlerFactory ?? new ServerProtocolHandlerFactory(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
DServerProtocolHandlerFactory.php30 class ServerProtocolHandlerFactory class