Class 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