Class SessionsEndpoint.SessionDescriptor
java.lang.Object
org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- All Implemented Interfaces:
OperationResponseBody
- Enclosing class:
- SessionsEndpoint
public static final class SessionsEndpoint.SessionDescriptor
extends Object
implements OperationResponseBody
Description of user's
session
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SessionDescriptor
public SessionDescriptor(org.springframework.session.Session session)
-
-
Method Details
-
getId
-
getAttributeNames
-
getCreationTime
-
getLastAccessedTime
-
getMaxInactiveInterval
public long getMaxInactiveInterval() -
isExpired
public boolean isExpired()
-