Class UserProfileConflictBean

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

@Named @ViewScoped public class UserProfileConflictBean extends Object implements Serializable
Bean for resolving user profile conflicts. A user profile conflict can occur when a user tries to verify an email address which has already been verified by another user account / profile.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • UserProfileConflictBean

      public UserProfileConflictBean()
  • Method Details

    • getHeadMsg

      public String getHeadMsg()
    • getInfoMsg

      public String getInfoMsg()
    • getRemoveMsg

      public String getRemoveMsg()
    • resolveByMerging

      public void resolveByMerging()
    • resolveByRemoving

      public void resolveByRemoving()