Package com.jagrosh.jdautilities.oauth2.session
package com.jagrosh.jdautilities.oauth2.session
-
ClassDescriptionThe default
SessionController
implementation.Implementable data type used to allow access to data regarding OAuth2 sessions.SessionController<S extends Session>An abstract controller forSessions
, Implementations should be able to create their respectively controlled implementations using an instance ofSessionData
and maintain the created instances for the entire lifetime of the session.Contains various data necessary for creating aSession
using aSessionController
.