Package org.springframework.session
Class UuidSessionIdGenerator
java.lang.Object
org.springframework.session.UuidSessionIdGenerator
- All Implemented Interfaces:
SessionIdGenerator
A
SessionIdGenerator
that generates a random UUID to be used as the session id.- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptiongenerate()
static UuidSessionIdGenerator
Returns the singleton instance ofUuidSessionIdGenerator
.
-
Method Details
-
generate
- Specified by:
generate
in interfaceSessionIdGenerator
-
getInstance
Returns the singleton instance ofUuidSessionIdGenerator
.- Returns:
- the singleton instance of
UuidSessionIdGenerator
-