Interface LandingPageRedirector
- All Known Implementing Classes:
LandingPageRedirectManager
@Internal
public interface LandingPageRedirector
Provides redirection to custom landing pages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe feature that disables redirection to custom landing pages. -
Method Summary
Modifier and TypeMethodDescriptionredirectUrl(ApplicationUser applicationUser) Returns the landing page URL to which the given user should be redirected.
-
Field Details
-
DARK_FEATURE_DISABLE_LANDING_PAGE_REDIRECT_FLAG
The feature that disables redirection to custom landing pages.- See Also:
-
-
Method Details
-
redirectUrl
Returns the landing page URL to which the given user should be redirected.- Returns:
Optional.empty()for no redirection
-