public interface SessionMetaData extends ImmutableSessionMetaData
| Modifier and Type | Method and Description |
|---|---|
void |
setLastAccess(Instant startTime,
Instant endTime)
Sets the time this session was last accessed.
|
void |
setMaxInactiveInterval(Duration duration)
Set the time interval as a duration, after which this session will expire.
|
getCreationTime, getLastAccessEndTime, getLastAccessStartTime, getMaxInactiveInterval, isExpired, isNewvoid setLastAccess(Instant startTime, Instant endTime)
the - start time of the last requestthe - end time of the last requestvoid setMaxInactiveInterval(Duration duration)
duration - a time durationCopyright © 2021 JBoss by Red Hat. All rights reserved.