Package io.undertow.server.session
Class SecureRandomSessionIdGenerator
java.lang.Object
io.undertow.server.session.SecureRandomSessionIdGenerator
- All Implemented Interfaces:
SessionIdGenerator
A
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.- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecureRandomSessionIdGenerator
public SecureRandomSessionIdGenerator()
-
-
Method Details
-
createSessionId
- Specified by:
createSessionId
in interfaceSessionIdGenerator
-
getLength
public int getLength() -
setLength
public void setLength(int length)
-