Interface SessionManager
- All Known Subinterfaces:
WebUiSessionManager
public interface SessionManager
Management for basic http sessions. Useful for subsystems that want to control their own sessions without relying
on the web container's (Jetty) default session management.
-
Method Summary
Modifier and TypeMethodDescriptiongetSession(String id) Get aSessionmanaged by thisSessionManager.Collection<? extends Session>
-
Method Details
-
getSessions
Collection<? extends Session> getSessions()- Returns:
- an unmodifiable
CollectionofSessioninstances managed by thisSessionManager. never null. collection elements are never null.
-
getSession
Get aSessionmanaged by thisSessionManager.
-