public interface ImmutableSessionMetaData extends SessionExpirationMetaData
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCreationTime()
Returns the time this session was created.
|
Instant |
getLastAccessStartTime()
Returns the start time of the last request to access this session.
|
default boolean |
isNew()
Indicates whether or not this session was created by the current thread.
|
getLastAccessEndTime, getMaxInactiveInterval, isExpireddefault boolean isNew()
Instant getCreationTime()
Instant getLastAccessStartTime()
Copyright © 2021 JBoss by Red Hat. All rights reserved.