Class AuthenticatedUser
java.lang.Object
de.xima.fc.user.access.AuthenticatedUser
- All Implemented Interfaces:
Serializable
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatedUser(org.pac4j.core.profile.UserProfile pac4jProfile) Creates a newAuthenticatedUserinstance. -
Method Summary
-
Constructor Details
-
AuthenticatedUser
public AuthenticatedUser(org.pac4j.core.profile.UserProfile pac4jProfile) Creates a newAuthenticatedUserinstance.- Parameters:
pac4jProfile- Pac4j user profile.
-
-
Method Details
-
getPac4jProfile
public org.pac4j.core.profile.UserProfile getPac4jProfile()Pac4j user profile. -
equals
-
hashCode
-
toString
-