Searched refs:RootDseHandlerInterface (Results 1 – 6 of 6) sorted by relevance
32 * @var RootDseHandlerInterface|null82 public function makeRootDseHandler(): ?RootDseHandlerInterface88 $this->rootdseHandler = $handler instanceof RootDseHandlerInterface99 RootDseHandlerInterface::class103 if ($handler instanceof RootDseHandlerInterface) {
23 interface RootDseHandlerInterface interface
26 class ProxyHandler extends ProxyRequestHandler implements RootDseHandlerInterface
17 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface; alias33 * @return RootDseHandlerInterface|null36 public function makeRootDseHandler(): ?RootDseHandlerInterface;
27 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface; alias39 * @var RootDseHandlerInterface|null43 public function __construct(?RootDseHandlerInterface $rootDseHandler = null)
19 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface; alias131 * @param RootDseHandlerInterface $rootDseHandler134 public function useRootDseHandler(RootDseHandlerInterface $rootDseHandler): self