Package org.bbqjs.spring.security.web.authentication

Class Summary
HeaderBasedAuthenticationFailureHandler Sends a X-BBQ-ResponseType header with the value 0 and writes {result: false} into the output stream.
HeaderBasedAuthenticationSuccessHandler Sends a X-BBQ-ResponseType header with the value 1 and writes {result: true} into the output stream.
StatusCodeBasedAuthenticationFailureHandler Sends an HTTP status code when authentication fails - defaults to 401 UNAUTHORIZED
StatusCodeBasedAuthenticationSuccessHandler Sends an HTTP status code when authentication fails - defaults to 200 OK
 



Copyright © 2012. All Rights Reserved.