Class UserIdentityRemovalBean
java.lang.Object
de.xima.fc.gui.common.bean.security.UserIdentityRemovalBean
- All Implemented Interfaces:
IWelcomeConfirmView
,Serializable
@Named
@ViewScoped
public class UserIdentityRemovalBean
extends Object
implements IWelcomeConfirmView, Serializable
Bean handling the removal of user identities.
- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Details
-
UserIdentityRemovalBean
-
-
Method Details
-
getHeaderLabel
- Specified by:
getHeaderLabel
in interfaceIWelcomeConfirmView
- Returns:
- a label for the header of the confirmation page.
-
getInfoText
- Specified by:
getInfoText
in interfaceIWelcomeConfirmView
- Returns:
- an optional information text to be displayed on the confirmation page.
-
getConfirmBtnLabel
- Specified by:
getConfirmBtnLabel
in interfaceIWelcomeConfirmView
- Returns:
- an optional label for the confirm button on the confirmation page. If no label is returned then the default label will be displayed.
-
confirm
public void confirm()Description copied from interface:IWelcomeConfirmView
Executes the confirmation.- Specified by:
confirm
in interfaceIWelcomeConfirmView
-
cancel
public void cancel()Description copied from interface:IWelcomeConfirmView
Cancels the confirmation.- Specified by:
cancel
in interfaceIWelcomeConfirmView
-