public interface SessionExpirationMetaData
| Modifier and Type | Method and Description |
|---|---|
Instant |
getLastAccessEndTime()
Returns the end time of the last request to access this session.
|
Duration |
getMaxInactiveInterval()
Returns the time interval since
getLastAccessEndTime() after which this session will expire. |
default boolean |
isExpired()
Indicates whether or not this session was previously idle for longer than the maximum inactive interval.
|
default boolean isExpired()
Instant getLastAccessEndTime()
Duration getMaxInactiveInterval()
getLastAccessEndTime() after which this session will expire.Copyright © 2021 JBoss by Red Hat. All rights reserved.