public interface ImmutableSessionCreationMetaData
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCreationTime()
Returns the time at which this session was created.
|
Duration |
getMaxInactiveInterval()
Returns the maximum duration of time this session may remain idle before it will be expired by the session manager.
|
Instant getCreationTime()
Duration getMaxInactiveInterval()
Copyright © 2021 JBoss by Red Hat. All rights reserved.