Class FormLoginPageHandler<A extends ExchangeContext,B extends Exchange<A>>

java.lang.Object
io.inverno.mod.security.http.form.FormLoginPageHandler<A,B>
Type Parameters:
A - the type of the exchange context
B - the type of exchange handled by the handler
All Implemented Interfaces:
ExchangeHandler<A,B>, ReactiveExchangeHandler<A,B>

public class FormLoginPageHandler<A extends ExchangeContext,B extends Exchange<A>> extends Object implements ExchangeHandler<A,B>

An exhange handler that serves a whitelabel login HTML page.

The resulting HTML page contains a login form with username and password parameters that can be used by a user to submit login credentials and enter an application.

Providing a custom login page is recommended.

Since:
1.5
Author:
Jeremy Kuhn