Home
last modified time | relevance | path

Searched refs:RootDseHandlerInterface (Results 1 – 6 of 6) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
DHandlerFactory.php32 * @var RootDseHandlerInterface|null
82 public function makeRootDseHandler(): ?RootDseHandlerInterface
88 $this->rootdseHandler = $handler instanceof RootDseHandlerInterface
99 RootDseHandlerInterface::class
103 if ($handler instanceof RootDseHandlerInterface) {
DRootDseHandlerInterface.php23 interface RootDseHandlerInterface interface
DProxyHandler.php26 class ProxyHandler extends ProxyRequestHandler implements RootDseHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
DHandlerFactoryInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface; alias
33 * @return RootDseHandlerInterface|null
36 public function makeRootDseHandler(): ?RootDseHandlerInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
DServerRootDseHandler.php27 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface; alias
39 * @var RootDseHandlerInterface|null
43 public function __construct(?RootDseHandlerInterface $rootDseHandler = null)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
DLdapServer.php19 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface; alias
131 * @param RootDseHandlerInterface $rootDseHandler
134 public function useRootDseHandler(RootDseHandlerInterface $rootDseHandler): self