Interface LoginPageFunctionalityService
- All Known Implementing Classes:
DefaultLoginPageFunctionalityService
public interface LoginPageFunctionalityService
Web service is used by SSO plugin to get the data in order to render the login screen (par of the 2SV flow).
- Since:
- 9.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns sign up URLboolean
isShowSignUp
(String token) Returnstrue
if the "Sign up" link should be rendered on the login page,false
otherwiseboolean
Returnstrue
if the "remember me" link should be rendered on the login page,false
otherwiseboolean
Returnstrue
if the "Forgot password" link should be rendered on the login page,false
otherwise
-
Method Details
-
shouldIncludeRememberMe
boolean shouldIncludeRememberMe()Returnstrue
if the "remember me" link should be rendered on the login page,false
otherwise- Returns:
true
if the "remember me" link should be rendered on the login page,false
otherwise
-
showForgottenPasswordHelp
boolean showForgottenPasswordHelp()Returnstrue
if the "Forgot password" link should be rendered on the login page,false
otherwise- Returns:
true
if the "Forgot password" link should be rendered on the login page,false
otherwise
-
isShowSignUp
Returnstrue
if the "Sign up" link should be rendered on the login page,false
otherwise- Parameters:
token
- sign up token- Returns:
true
if the "Sign up" link should be rendered on the login page,false
otherwise
-
getSignupURL
String getSignupURL()Returns sign up URL- Returns:
- sign up url
-