Package io.undertow.server.session
Interface SessionIdGenerator
-
- All Known Implementing Classes:
SecureRandomSessionIdGenerator
public interface SessionIdGenerator
Strategy for generating session ID's. The session manager is not required to support pluggable session id generation, it is an optional feature.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
createSessionId()
-