Home
last modified time | relevance | path

Searched refs:ServerProtocolHandler (Results 1 – 15 of 15) sorted by path

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerBindHandlerFactory.php19 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\BindHandlerInterface;
20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerAnonBindHandler;
21 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerBindHandler;
H A DServerProtocolHandlerFactory.php20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler;
21 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerProtocolHandlerInterface;
55 return new ServerProtocolHandler\ServerWhoAmIHandler();
57 return new ServerProtocolHandler\ServerStartTlsHandler();
63 return new ServerProtocolHandler\ServerSearchHandler();
65 return new ServerProtocolHandler\ServerUnbindHandler();
67 return new ServerProtocolHandler\ServerDispatchHandler();
89 private function getRootDseHandler(): ServerProtocolHandler\ServerRootDseHandler
93 return new ServerProtocolHandler\ServerRootDseHandler($rootDseHandler);
101 return new ServerProtocolHandler\ServerPagingUnsupportedHandle
17 use FreeDSx\Ldap\Protocol\ServerProtocolHandler; global() alias
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php39 class ServerProtocolHandler
30 class ServerProtocolHandler global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DBaseServerHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DBindHandlerInterface.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerAnonBindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerBindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerDispatchHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerProtocolHandlerInterface.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerRootDseHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerSearchHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerStartTlsHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerUnbindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerWhoAmIHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php18 use FreeDSx\Ldap\Protocol\ServerProtocolHandler;
224 ServerProtocolHandler $protocolHandler,
363 $serverProtocolHandler = new ServerProtocolHandler(
15 use FreeDSx\Ldap\Protocol\ServerProtocolHandler; global() alias