public class JavaUuidSessionIdGenerator extends Object implements SessionIdGenerator
SessionIdGenerator that generates String values of JDK UUID's as the session IDs.| Constructor and Description |
|---|
JavaUuidSessionIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
generateId(Session session)
|
public Serializable generateId(Session session)
generateId in interface SessionIdGeneratorsession - the Session instance to which the ID will be applied.randomUUID().Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.