Class ProjectUser
java.lang.Object
de.xima.fc.project.mgmt.ProjectUser
Model class representing a user that interacts with the project module.
- Since:
- 03.12.25
- Author:
- Norman Lorenz
-
Constructor Summary
ConstructorsConstructorDescriptionProjectUser(org.pac4j.core.profile.UserProfile pac4jProfile) Creates a newProjectUserinstance. -
Method Summary
-
Constructor Details
-
ProjectUser
public ProjectUser(org.pac4j.core.profile.UserProfile pac4jProfile) Creates a newProjectUserinstance.- Parameters:
pac4jProfile- Pac4j user profile.
-
-
Method Details
-
getDisplayName
-
getPac4jProfile
public org.pac4j.core.profile.UserProfile getPac4jProfile()Pac4j user profile. -
equals
-
hashCode
-
toString
-