Class InMemoryJWTSessionStore.Builder<A,B>

Type Parameters:
A - the session data type
B - the stateless session data type
Enclosing class:
InMemoryJWTSessionStore<A,B>

public static class InMemoryJWTSessionStore.Builder<A,B> extends AbstractSessionStore.Builder<A,JWTSession<A,B>,InMemoryJWTSessionStore<A,B>,InMemoryJWTSessionStore.Builder<A,B>>

The in-memory JWT session store builder.

Since:
1.13
Author:
Jeremy Kuhn