Package com.jagrosh.jdautilities.oauth2.session
package com.jagrosh.jdautilities.oauth2.session
-
ClassDescriptionThe default
SessionControllerimplementation.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 ofSessionDataand maintain the created instances for the entire lifetime of the session.Contains various data necessary for creating aSessionusing aSessionController.