Class ProjectUser

java.lang.Object
de.xima.fc.project.mgmt.ProjectUser

public final class ProjectUser extends Object
Model class representing a user that interacts with the project module.
Since:
03.12.25
Author:
Norman Lorenz
  • Constructor Details

    • ProjectUser

      public ProjectUser(org.pac4j.core.profile.UserProfile pac4jProfile)
      Creates a new ProjectUser 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