@Internal
public interface LandingPageRedirector
| Modifier and Type | Field and Description |
|---|---|
static String |
DARK_FEATURE_DISABLE_LANDING_PAGE_REDIRECT_FLAG
The feature that disables redirection to custom landing pages.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
redirectUrl(ApplicationUser applicationUser)
Returns the landing page URL to which the given user should be redirected.
|
static final String DARK_FEATURE_DISABLE_LANDING_PAGE_REDIRECT_FLAG
@Nonnull Optional<String> redirectUrl(@Nullable ApplicationUser applicationUser)
Optional.empty() for no redirectionCopyright © 2002-2019 Atlassian. All Rights Reserved.