Class RefreshTokenUserDataDTO
java.lang.Object
de.xima.fc.dao.token.RefreshTokenUserDataDTO
- All Implemented Interfaces:
Serializable
Data transfer object for the user data that is stored in a refresh token.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRefreshTokenUserDataDTO(org.pac4j.core.profile.UserProfile userProfile, Map<String, Serializable> sessionData) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the session data.org.pac4j.core.profile.UserProfileReturns the user profile.
-
Constructor Details
-
RefreshTokenUserDataDTO
public RefreshTokenUserDataDTO(org.pac4j.core.profile.UserProfile userProfile, Map<String, Serializable> sessionData) Constructor.- Parameters:
userProfile- The user profile.sessionData- The session data.
-
-
Method Details
-
getUserProfile
public org.pac4j.core.profile.UserProfile getUserProfile()Returns the user profile.- Returns:
- The user profile.
-
getSessionData
Returns the session data.- Returns:
- The session data.
-