Class SessionsDescriptor
java.lang.Object
org.springframework.boot.actuate.session.SessionsDescriptor
- All Implemented Interfaces:
OperationResponseBody
Description of user's
sessions
.- Since:
- 3.3.0
- Author:
- Moritz Halbritter
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A description of user'ssession
exposed bysessions
endpoint. -
Constructor Summary
ConstructorDescriptionSessionsDescriptor
(Map<String, ? extends org.springframework.session.Session> sessions) -
Method Summary
-
Constructor Details
-
SessionsDescriptor
-
-
Method Details
-
getSessions
-