@groovy.transform.CompileStatic class AjaxAwareAuthenticationSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler
| Modifiers | Name | Description |
|---|---|---|
protected RequestCache |
requestCache |
| Type | Name and description |
|---|---|
java.lang.String |
ajaxSuccessUrlDependency injection for the Ajax success url, e.g. |
| Constructor and description |
|---|
AjaxAwareAuthenticationSuccessHandler() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication) |
|
void |
setRequestCache(RequestCache cache) |
Dependency injection for the Ajax success url, e.g. '/login/ajaxSuccess'.