public class DelegatedAuthenticationErrorViewResolver
extends java.lang.Object
implements org.springframework.boot.autoconfigure.web.ErrorViewResolver
| Constructor and Description |
|---|
DelegatedAuthenticationErrorViewResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
resolveErrorView(javax.servlet.http.HttpServletRequest request,
org.springframework.http.HttpStatus status,
java.util.Map<java.lang.String,java.lang.Object> map) |
public DelegatedAuthenticationErrorViewResolver()
public org.springframework.web.servlet.ModelAndView resolveErrorView(javax.servlet.http.HttpServletRequest request,
org.springframework.http.HttpStatus status,
java.util.Map<java.lang.String,java.lang.Object> map)
resolveErrorView in interface org.springframework.boot.autoconfigure.web.ErrorViewResolver