类 SessionsDescriptor.SessionDescriptor
java.lang.Object
org.springframework.boot.actuate.session.SessionsDescriptor.SessionDescriptor
- 封闭类:
SessionsDescriptor
A description of user's
session
exposed by sessions
endpoint. Primarily intended for serialization to JSON.-
方法概要
-
方法详细资料
-
getId
-
getAttributeNames
-
getCreationTime
-
getLastAccessedTime
-
getMaxInactiveInterval
public long getMaxInactiveInterval() -
isExpired
public boolean isExpired()
-