Module io.inverno.mod.session.http
Interface BasicSessionContext.Intercepted<A>
- Type Parameters:
A- the session data type
- All Superinterfaces:
BasicSessionContext<A>,ExchangeContext,SessionContext<A,,Session<A>> SessionContext.Intercepted<A,Session<A>>
- All Known Subinterfaces:
BasicSessionSecurityContext.Intercepted<A,B, C, D>
- Enclosing interface:
BasicSessionContext<A>
public static interface BasicSessionContext.Intercepted<A>
extends BasicSessionContext<A>, SessionContext.Intercepted<A,Session<A>>
An intercepted basic session context used by the session interceptor to populate the session context with a basic session.
As for the SessionContext.Intercepted, it should only be considered when configuring basic session support.
- Since:
- 1.13
- Author:
- Jeremy Kuhn
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.inverno.mod.session.http.context.BasicSessionContext
BasicSessionContext.Intercepted<A>Nested classes/interfaces inherited from interface io.inverno.mod.session.http.context.SessionContext
SessionContext.Intercepted<A,B extends Session<A>> -
Method Summary
Methods inherited from interface io.inverno.mod.http.base.ExchangeContext
initMethods inherited from interface io.inverno.mod.session.http.context.SessionContext
getSession, getSessionData, getSessionData, isSessionPresentMethods inherited from interface io.inverno.mod.session.http.context.SessionContext.Intercepted
setSession, setSessionPresent