Class ServletFormAuthenticationMechanism

java.lang.Object
io.undertow.security.impl.FormAuthenticationMechanism
io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
All Implemented Interfaces:
AuthenticationMechanism

public class ServletFormAuthenticationMechanism extends FormAuthenticationMechanism
Servlet handler for FORM authentication. Instead of using a redirect it serves up error and login pages immediately using a forward
Author:
Stuart Douglas