See: Description
| Class | Description |
|---|---|
| AjaxAuthenticationFailureHandler |
Returns a 401 error code (Unauthorized) to the client, when Ajax authentication fails.
|
| AjaxAuthenticationSuccessHandler |
Spring Security success handler, specialized for Ajax requests.
|
| AjaxLogoutSuccessHandler |
Spring Security logout handler, specialized for Ajax requests.
|
| PersistentTokenCache<T> |
Simple time-limited cache for login tokens, necessary to avoid concurrent
requests invalidating one another.
|
Copyright © 2019 JHipster. All rights reserved.