Interface JWTSessionContext.Intercepted<A,B>

Type Parameters:
A - the session data type
B - 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