Package tech.jhipster.security
Security classes and helpers used in JHipster applications.
-
Class Summary 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.RandomUtil Utility class for generating random Strings.