public static final class SessionsEndpoint.SessionDescriptor extends Object
session
. Primarily intended for
serialization to JSON.Constructor and Description |
---|
SessionDescriptor(org.springframework.session.Session session) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAttributeNames() |
Instant |
getCreationTime() |
String |
getId() |
Instant |
getLastAccessedTime() |
long |
getMaxInactiveInterval() |
boolean |
isExpired() |
public SessionDescriptor(org.springframework.session.Session session)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.