All Known Implementing Classes:
LoginPageServiceImpl

public interface LoginPageService
  • Method Details

    • getLoginPage

      Optional<PageNode> getLoginPage(ContentTreeNode fallbackNode)
      Resolve the login page for any fallback node. You can pass any ContentTreeNode. Then the root node of this ContentTreeNode is resolved. If the root node is a CmsDomainNode, the login page that is selected on the domain will be returned.
      Parameters:
      fallbackNode - Any ContentTreeNode.
      Returns:
      the login page that is selected on the domain.