Interface ImmutableSessionAccessMetaData

    • Method Detail

      • isNew

        boolean isNew()
        Returns true, if this is a newly created entry, false otherwise.
        Returns:
        true, if this is a newly created entry, false otherwise.
      • getSinceCreationDuration

        Duration getSinceCreationDuration()
        Returns the duration of time between session creation and the start of the last access.
        Returns:
        the duration of time between session creation and the start of the last access.
      • getLastAccessDuration

        Duration getLastAccessDuration()
        Returns the duration of time between the start and of the last access.
        Returns:
        the duration of time between the start and of the last access.