Class AuthenticatedUser

java.lang.Object
de.xima.fc.user.access.AuthenticatedUser
All Implemented Interfaces:
Serializable

public final class AuthenticatedUser extends Object implements Serializable
Since:
8.5.0
Author:
Norman Lorenz
See Also:
  • Constructor Details

    • AuthenticatedUser

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

    • 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