Class UserInviteBean

java.lang.Object
de.xima.fc.gui.common.bean.security.UserInviteBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class UserInviteBean extends Object implements Serializable
Bean for handling user invitations
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • UserInviteBean

      public UserInviteBean()
  • Method Details

    • getInfoMsg

      public String getInfoMsg()
      Returns:
      Info message to be displayed on invite page
    • acceptAsSignedInUser

      public void acceptAsSignedInUser()
      Accept the invitation as the currently signed-in user.
    • continueWithDifferentUser

      public void continueWithDifferentUser()
      Choose a different user or create a new profile to accept the invitation. Redirects to signup page.