public class SecureRandomSessionIdGenerator extends Object implements SessionIdGenerator
SessionIdGenerator that uses a secure random to generate a
session ID.
On some systems this may perform poorly if not enough entropy is available,
depending on the algorithm in use.| Constructor and Description |
|---|
SecureRandomSessionIdGenerator() |
public String createSessionId()
createSessionId in interface SessionIdGeneratorpublic int getLength()
public void setLength(int length)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.