Class SessionsEndpoint.SessionsReport
java.lang.Object
org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
- Enclosing class:
- SessionsEndpoint
A report of user's
sessions
. Primarily intended for serialization
to JSON.-
Constructor Summary
ConstructorDescriptionSessionsReport
(Map<String, ? extends org.springframework.session.Session> sessions) -
Method Summary
-
Constructor Details
-
SessionsReport
-
-
Method Details
-
getSessions
-