getSessionProperties abstract method

Future<Map<String, String>> getSessionProperties()

Returns all properties for the current session.

Modifications to the returned map will not be applied to the session. To modify the session properties, use addSessionProperty and removeSessionProperty.

Implementation

Future<Map<String, String>> getSessionProperties();