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.-
Method Summary
-
Method Details
-
getId
-
getAttributeNames
-
getCreationTime
-
getLastAccessedTime
-
getMaxInactiveInterval
public long getMaxInactiveInterval() -
isExpired
public boolean isExpired()
-