@groovy.transform.CompileStatic @groovy.util.logging.Slf4j class AjaxAwareAuthenticationEntryPoint extends LoginUrlAuthenticationEntryPoint
| Modifiers | Name | Description |
|---|---|---|
protected java.lang.String |
ajaxLoginFormUrl |
| Type | Name and description |
|---|---|
RedirectStrategy |
redirectStrategyDependency injection for the RedirectStrategy. |
| Constructor and description |
|---|
AjaxAwareAuthenticationEntryPoint(java.lang.String loginFormUrl)
|
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
commence(HttpServletRequest request, HttpServletResponse response, AuthenticationException e) |
|
protected java.lang.String |
determineUrlToUseForThisRequest(HttpServletRequest req, HttpServletResponse res, AuthenticationException e) |
|
void |
setAjaxLoginFormUrl(java.lang.String url)Dependency injection for the Ajax login form url, e.g. |
Dependency injection for the RedirectStrategy.
loginFormUrl - URL where the login page can be found. Should either be relative to the web-app context path
(include a leading /) or an absolute URL.Dependency injection for the Ajax login form url, e.g. '/login/authAjax'.
url - the url