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
Nested ClassesModifier and TypeClassDescriptionstatic final classA description of user'ssessionexposed bysessionsendpoint. -
Constructor Summary
ConstructorsConstructorDescriptionSessionsDescriptor(Map<String, ? extends org.springframework.session.Session> sessions) -
Method Summary
-
Constructor Details
-
SessionsDescriptor
-
-
Method Details
-
getSessions
-