Home
last modified time | relevance | path

Searched refs:ServerProtocolHandler (Results 1 – 18 of 18) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler; alias
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\ServerPagingUnsupportedHandler();
[all …]
H A DServerBindHandlerFactory.php19 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\BindHandlerInterface;
20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerAnonBindHandler;
21 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerBindHandler;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php18 use FreeDSx\Ldap\Protocol\ServerProtocolHandler; alias
224 ServerProtocolHandler $protocolHandler,
363 $serverProtocolHandler = new ServerProtocolHandler(
/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 DServerUnbindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerProtocolHandlerInterface.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerSearchHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerPagingUnsupportedHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerAnonBindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerWhoAmIHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerBindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerStartTlsHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerDispatchHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerSearchTrait.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerRootDseHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
H A DServerPagingHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php39 class ServerProtocolHandler class