Class 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:
    Serialized Form
    • Constructor Detail

      • UserInviteBean

        public UserInviteBean()
    • Method Detail

      • getInfoMsg

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

        public String getAcceptAsSignedInUserText()
        Returns:
        the label for the button to accept the invitation as the currently signed-in user.
      • 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.