Class UserProfileDeleteBean

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

@Named @ViewScoped public class UserProfileDeleteBean extends Object implements Serializable
Bean for permanently deleting user profiles. Needs a valid profile delete token (UserProfile.getDeleteRequestUuid()).
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • UserProfileDeleteBean

      public UserProfileDeleteBean()
  • Method Details

    • getProfile

      public UserProfile getProfile()
    • getHeaderMsg

      public String getHeaderMsg()
    • getInfoMsg

      public String getInfoMsg()
    • deleteProfile

      public void deleteProfile()
    • undoDeleteRequest

      public void undoDeleteRequest()