Class 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:
    Serialized Form
    • Constructor Detail

      • UserProfileConflictBean

        public UserProfileConflictBean()
    • Method Detail

      • getHeadMsg

        public String getHeadMsg()
      • getInfoMsg

        public String getInfoMsg()
      • getRemoveMsg

        public String getRemoveMsg()
      • resolveByMerging

        public void resolveByMerging()
      • resolveByRemoving

        public void resolveByRemoving()