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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserInviteBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacceptAsSignedInUser()Accept the invitation as the currently signed-in user.voidcontinueWithDifferentUser()Choose a different user or create a new profile to accept the invitation.StringgetInfoMsg() 
 - 
 
- 
- 
Method Detail
- 
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. 
 - 
 
 -