Class SessionUtils
java.lang.Object
org.springframework.session.data.gemfire.support.SessionUtils
Abstract utility class containing functions for managing
Session
objects.- Since:
- 2.1.2
- See Also:
-
Session
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isValidSessionId
(Object sessionId) Determines whether the givenSession ID
is valid.
-
Constructor Details
-
SessionUtils
public SessionUtils()
-
-
Method Details
-
isValidSessionId
Determines whether the givenSession ID
is valid.- Parameters:
sessionId
-ID
of aSession
to evaluate.- Returns:
- a boolean value indicating whether the given
Session ID
is valid.
-