Class NotificationUser
java.lang.Object
de.xima.fc.notification.mgmt.NotificationUser
- All Implemented Interfaces:
Serializable
Model class representing a user interacting with the notification module.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationUser(org.pac4j.core.profile.UserProfile pac4jProfile) Creates a newNotificationUserinstance. -
Method Summary
-
Constructor Details
-
NotificationUser
public NotificationUser(org.pac4j.core.profile.UserProfile pac4jProfile) Creates a newNotificationUserinstance.- Parameters:
pac4jProfile- Pac4j user profile.
-
-
Method Details
-
getDisplayName
-
getPac4jProfile
public org.pac4j.core.profile.UserProfile getPac4jProfile()Pac4j user profile. -
equals
-
hashCode
-
toString
-