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 Type
    Method
    Description
    Returns sign up URL
    boolean
    Returns true if the "Sign up" link should be rendered on the login page, false otherwise
    boolean
    Returns true if the "remember me" link should be rendered on the login page, false otherwise
    boolean
    Returns true if the "Forgot password" link should be rendered on the login page, false otherwise
  • Method Details

    • shouldIncludeRememberMe

      boolean shouldIncludeRememberMe()
      Returns true 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()
      Returns true 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

      boolean isShowSignUp(String token)
      Returns true 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