Module io.inverno.mod.session.http
Interface BasicSessionContext<A>
- Type Parameters:
A
- the session data type
- All Superinterfaces:
ExchangeContext
,SessionContext<A,
Session<A>>
- All Known Subinterfaces:
BasicSessionContext.Intercepted<A>
,BasicSessionSecurityContext<A,
,B, C, D> BasicSessionSecurityContext.Intercepted<A,
B, C, D>
A session context for exposing basic sessions.
It basically fixes the session type in order to simplify configuration in an application that does not require more advanced or custom session types.
- Since:
- 1.13
- Author:
- Jeremy Kuhn
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
An intercepted basic session context used by the session interceptor to populate the session context with a basic session. -
Method Summary
Methods inherited from interface io.inverno.mod.http.base.ExchangeContext
init
Methods inherited from interface io.inverno.mod.session.http.context.SessionContext
getSession, getSessionData, getSessionData, isSessionPresent