Package | Description |
---|---|
ej.hoka.auth |
Authentication classes to be used with Hoka's
HTTPServer . |
Modifier and Type | Class and Description |
---|---|
class |
InMemorySessionDataAccess
A
SessionDataAccess implementation that uses PackedMap to map user ID to session ID, session ID to
user ID and session ID to session expiration. |
Constructor and Description |
---|
SessionAuthenticator(long sessionLifetime,
SessionDataAccess database)
Deprecated.
Uses an insecure implementation of
Random . |
SessionAuthenticator(java.util.Random random,
long sessionLifetime,
SessionDataAccess database)
Constructs a
SessionAuthenticator . |