Class UserPortalSignInPageBean

java.lang.Object
de.xima.fc.user_portal.bean.signin.UserPortalSignInPageBean
All Implemented Interfaces:
Serializable

@ViewScoped @Named public class UserPortalSignInPageBean extends Object implements Serializable
The bean for the sign-in page of the user portal.
Since:
8.3.0
See Also:
  • Constructor Details

    • UserPortalSignInPageBean

      public UserPortalSignInPageBean()
  • Method Details

    • onFormLoginPressed

      public void onFormLoginPressed()
    • login

      public boolean login(String clientName, boolean showNotification)
    • getLoginUrl

      public String getLoginUrl(String restUrl)
    • goBack

      public void goBack()
    • getModel

      public UserPortalSignInPageModel getModel()
    • getLoginPageModel

      public LoginPageModel getLoginPageModel()