
com.wavemaker.runtime.security.handler.WMAuthenticationFailureHandler Maven / Gradle / Ivy
package com.wavemaker.runtime.security.handler;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.core.AuthenticationException;
public interface WMAuthenticationFailureHandler {
void onAuthenticationFailure(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, AuthenticationException e) throws IOException, ServletException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy