Class RefreshTokenUserDataDTO

    • Constructor Detail

      • RefreshTokenUserDataDTO

        public RefreshTokenUserDataDTO​(org.pac4j.core.profile.UserProfile userProfile,
                                       Map<String,​Serializable> sessionData)
        Constructor.
        Parameters:
        userProfile - The user profile.
        sessionData - The session data.
    • Method Detail

      • getUserProfile

        public org.pac4j.core.profile.UserProfile getUserProfile()
        Returns the user profile.
        Returns:
        The user profile.
      • getSessionData

        public Map<String,​Serializable> getSessionData()
        Returns the session data.
        Returns:
        The session data.