Class SessionsDescriptor.SessionDescriptor
java.lang.Object
org.springframework.boot.actuate.session.SessionsDescriptor.SessionDescriptor
- Enclosing class:
SessionsDescriptor
A description of user's
session
exposed by sessions
endpoint. Primarily intended for serialization to JSON.- Since:
- 3.3.0
- Author:
- Moritz Halbritter
-
Method Summary
-
Method Details
-
getId
-
getAttributeNames
-
getCreationTime
-
getLastAccessedTime
-
getMaxInactiveInterval
public long getMaxInactiveInterval() -
isExpired
public boolean isExpired()
-