| Package | Description |
|---|---|
| ej.hoka.auth |
Authentication classes to be used with Hoka's
HTTPServer. |
| ej.hoka.auth.session |
Utility classes to quickly setup authentication using cookie-based sessions.
|
| Class and Description |
|---|
| Authenticator
Interface for authentication.
|
| Session
Class representing a session.
|
| SessionDataAccess
The interface to the database of active sessions.
|
| Class and Description |
|---|
| SessionAuthenticator
An implementation of
Authenticator that stores active sessions in a database and authenticate a request using
a session ID generated at login. |