Class SessionManager

java.lang.Object
org.yamcs.security.SessionManager

public class SessionManager extends Object
Implementation-agnostic session store. Sessions have a limited lifespan, but can be renewed before expiring.

In a future iteration, UserSession could be split into UserSession and ClientSession for covering implementations that support SSO across multiple clients (e.g. OIDC).