Interface SessionManagerConfiguration<SC>
-
public interface SessionManagerConfiguration<SC>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionExpirationListenergetExpirationListener()Supplier<String>getIdentifierFactory()Recordable<ImmutableSessionMetaData>getInactiveSessionRecorder()SCgetServletContext()
-
-
-
Method Detail
-
getServletContext
SC getServletContext()
-
getExpirationListener
SessionExpirationListener getExpirationListener()
-
getInactiveSessionRecorder
Recordable<ImmutableSessionMetaData> getInactiveSessionRecorder()
-
-