Interface LoginPageService
- All Known Implementing Classes:
LoginPageServiceImpl
public interface LoginPageService
-
Method Summary
Modifier and TypeMethodDescriptiongetLoginPage(ContentTreeNode fallbackNode) Resolve the login page for any fallback node.
-
Method Details
-
getLoginPage
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 aCmsDomainNode, 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.
-