Class LoginPageModel

java.lang.Object
de.xima.fc.user_portal.view_model.pages.LoginPageModel
All Implemented Interfaces:
Serializable

public class LoginPageModel extends Object implements Serializable
This class represents the view model for the login page.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • builder

      public static LoginPageModel.Builder builder()
    • getTitle

      public String getTitle()
    • getSignupQuestion

      public String getSignupQuestion()
    • getSignupLinkLabel

      public String getSignupLinkLabel()
    • getLoginButtonLabel

      public String getLoginButtonLabel()
    • getSeparationLineLabel

      public String getSeparationLineLabel()
    • getPasswordForgotLinkLabel

      public String getPasswordForgotLinkLabel()
    • getSaveLoginLabel

      public String getSaveLoginLabel()
    • getUsernameLabel

      public String getUsernameLabel()
    • getPasswordLabel

      public String getPasswordLabel()
    • getBackButtonLabel

      public String getBackButtonLabel()
    • getMfaTitle

      public String getMfaTitle()
    • getMfaHintEmail

      public String getMfaHintEmail()
    • getMfaHintTotp

      public String getMfaHintTotp()
    • getMfaSubmitButtonLabel

      public String getMfaSubmitButtonLabel()
    • getMfaCodeInputPlaceholder

      public String getMfaCodeInputPlaceholder()
    • getMfaSendEmailCodeLinkLabel

      public String getMfaSendEmailCodeLinkLabel()
    • getMfaSaveOptionLabel

      public String getMfaSaveOptionLabel()
    • getSectionAriaLabelLoginForm

      public String getSectionAriaLabelLoginForm()
    • getSectionAriaLabelLoginServices

      public String getSectionAriaLabelLoginServices()
    • getBackButtonAriaLabel

      public String getBackButtonAriaLabel()
    • getLogoLinkAriaLabel

      public String getLogoLinkAriaLabel()
    • getMfaCodeInputAriaLabel

      public String getMfaCodeInputAriaLabel()