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