Home
last modified time | relevance | path

Searched refs:ServerBindHandlerFactory (Results 1 – 2 of 2) sorted by path

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerBindHandlerFactory.php28 class ServerBindHandlerFactory
27 class ServerBindHandlerFactory global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php22 use FreeDSx\Ldap\Protocol\Factory\ServerBindHandlerFactory;
87 * @var ServerBindHandlerFactory
101 ServerBindHandlerFactory $bindHandlerFactory = null,
113 $this->bindHandlerFactory = $bindHandlerFactory ?? new ServerBindHandlerFactory();
19 use FreeDSx\Ldap\Protocol\Factory\ServerBindHandlerFactory; global() alias