|
Change Parameter Type context : WebContext to context : J2EContext in method public getOrCreateSessionId(context J2EContext) : String in class org.pac4j.core.context.session.J2ESessionStore |
From |
To |
|
Change Parameter Type context : WebContext to context : J2EContext in method public set(context J2EContext, key String, value Object) : void in class org.pac4j.core.context.session.J2ESessionStore |
From |
To |
|
Change Parameter Type context : WebContext to context : J2EContext in method public get(context J2EContext, key String) : Object in class org.pac4j.core.context.session.J2ESessionStore |
From |
To |
|
Change Parameter Type sessionStore : SessionStore to sessionStore : SessionStore<J2EContext> in method public J2EContext(request HttpServletRequest, response HttpServletResponse, sessionStore SessionStore<J2EContext>) in class org.pac4j.core.context.J2EContext |
From |
To |
|
Change Parameter Type context : WebContext to context : J2EContext in method private getHttpSession(context J2EContext) : HttpSession in class org.pac4j.core.context.session.J2ESessionStore |
From |
To |