All Known Subinterfaces:
WebUiSession

public interface Session
A simplified http session, managed by a SessionManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the unique identifier for this session.
    void
    Invalidate the session
    boolean
     
  • Method Details

    • getId

      String getId()
      Get the unique identifier for this session.
      Returns:
      the unique identifier for this session. never null.
    • invalidate

      void invalidate()
      Invalidate the session
    • isValid

      boolean isValid()
      Returns:
      true if the session is valid