public class ExceptionAuthenticationEntryPointEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
ExceptionAuthenticationEntryPointEvent(Object source,
javax.servlet.http.HttpServletRequest request,
Exception authException) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getAuthException() |
javax.servlet.http.HttpServletRequest |
getRequest() |
void |
setAuthException(Exception authException) |
void |
setRequest(javax.servlet.http.HttpServletRequest request) |
getSource, toStringCopyright © 2021. All rights reserved.