Module io.inverno.mod.session.http
Interface JWTSessionContext.Intercepted<A,B>
- Type Parameters:
A- the session data typeB- the stateless session data type
- All Superinterfaces:
ExchangeContext,JWTSessionContext<A,,B> SessionContext<A,,JWTSession<A, B>> SessionContext.Intercepted<A,JWTSession<A, B>>
- All Known Subinterfaces:
JWTSessionSecurityContext.Intercepted<A,B, C, D>
- Enclosing interface:
JWTSessionContext<A,B>
public static interface JWTSessionContext.Intercepted<A,B>
extends JWTSessionContext<A,B>, SessionContext.Intercepted<A,JWTSession<A,B>>
An intercepted JWT session context used by the session interceptor to populate the session context with a JWT session.
As for the SessionContext.Intercepted, it should only be considered when configuring JWT session support.
- Since:
- 1.13
- Author:
- Jeremy Kuhn
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.inverno.mod.session.http.context.jwt.JWTSessionContext
JWTSessionContext.Intercepted<A,B> 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.jwt.JWTSessionContext
getStatelessSessionData, getStatelessSessionDataMethods 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