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>

public interface BasicSessionContext<A> extends SessionContext<A,Session<A>>

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