- LF - Static variable in class ej.hoka.http.support.CharacterSeparatedList
-
Line feed character.
- LOGGER - Static variable in class ej.hoka.log.Messages
-
The message logger.
- login(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
-
Checks the credentials in the request.
- login(String) - Method in class ej.hoka.auth.SessionAuthenticator
-
Creates a new session with the given user identifier.
- LoginEndpoint - Class in ej.hoka.auth.session
-
RestEndpoint that logs in users using cookie-based sessions.
- LoginEndpoint(String, SessionAuthenticator) - Constructor for class ej.hoka.auth.session.LoginEndpoint
-
Constructs the endpoint at given URI.
- logout(String) - Method in class ej.hoka.auth.SessionAuthenticator
-
Removes the session identified by sessionID
from the active sessions.
- LogoutEndpoint - Class in ej.hoka.auth.session
-
RestEndpoint that logs out users using cookie-based sessions.
- LogoutEndpoint(String, SessionAuthenticator) - Constructor for class ej.hoka.auth.session.LogoutEndpoint
-
Constructs the endpoint at given URI.