Interface ImmutableSessionCreationMetaData

    • Method Detail

      • getCreationTime

        Instant getCreationTime()
        Returns the time at which this session was created.
        Returns:
        the time at which this session was created
      • getMaxInactiveInterval

        Duration getMaxInactiveInterval()
        Returns the maximum duration of time this session may remain idle before it will be expired by the session manager.
        Returns:
        the maximum duration of time this session may remain idle before it will be expired by the session manager.