Class UserInviteBean
java.lang.Object
de.xima.fc.gui.common.bean.security.UserInviteBean
- All Implemented Interfaces:
Serializable
Bean for handling user invitations
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Accept the invitation as the currently signed-in user.void
Choose a different user or create a new profile to accept the invitation.
-
Constructor Details
-
UserInviteBean
public UserInviteBean()
-
-
Method Details
-
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.
-