Interface ImmutableSession

  • All Known Subinterfaces:
    Session<L>
    All Known Implementing Classes:
    OOBSession

    public interface ImmutableSession
    Represents an immutable view of a web session.
    Author:
    Paul Ferraro
    • Method Detail

      • getId

        String getId()
        Specifies this session's unique identifier.
        Returns:
        a unique identifier for this session.
      • isValid

        boolean isValid()
        Indicates whether or not this session is valid.
        Returns:
        true, if this session is valid, false otherwise