public interface InvalidatableSessionMetaData extends SessionMetaData, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Signals the end of the transient lifecycle of this session, typically triggered at the end of a given request.
|
boolean |
invalidate()
Invalidates the session.
|
boolean |
isValid()
Indicates whether or not this session is still valid.
|
setLastAccess, setMaxInactiveIntervalgetCreationTime, getLastAccessStartTime, isNewgetLastAccessEndTime, getMaxInactiveInterval, isExpiredboolean isValid()
boolean invalidate()
void close()
close in interface AutoCloseableCopyright © 2021 JBoss by Red Hat. All rights reserved.