Class NotificationUser

java.lang.Object
de.xima.fc.notification.mgmt.NotificationUser
All Implemented Interfaces:
Serializable

public final class NotificationUser extends Object implements Serializable
Model class representing a user interacting with the notification module.
Since:
8.5.0
Author:
Norman Lorenz
See Also:
  • Constructor Details

    • NotificationUser

      public NotificationUser(org.pac4j.core.profile.UserProfile pac4jProfile)
      Creates a new NotificationUser instance.
      Parameters:
      pac4jProfile - Pac4j user profile.
  • Method Details

    • getDisplayName

      public String getDisplayName()
    • getPac4jProfile

      public org.pac4j.core.profile.UserProfile getPac4jProfile()
      Pac4j user profile.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object