Searched refs:ServerProtocolHandler (Results 1 – 18 of 18) sorted by relevance
20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler; alias21 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\ServerRootDseHandler93 return new ServerProtocolHandler\ServerRootDseHandler($rootDseHandler);101 return new ServerProtocolHandler\ServerPagingUnsupportedHandler();[all …]
19 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\BindHandlerInterface;20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerAnonBindHandler;21 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerBindHandler;
18 use FreeDSx\Ldap\Protocol\ServerProtocolHandler; alias224 ServerProtocolHandler $protocolHandler,363 $serverProtocolHandler = new ServerProtocolHandler(
12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
39 class ServerProtocolHandler class