Example usage for org.springframework.security.web.authentication ExceptionMappingAuthenticationFailureHandler subclass-usage

List of usage examples for org.springframework.security.web.authentication ExceptionMappingAuthenticationFailureHandler subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication ExceptionMappingAuthenticationFailureHandler subclass-usage.

Usage

From source file org.obp.handlers.AuthenticationFailed.java

/**
 * Created by Robert Jaremczak
 * Date: 2013-10-25
 */

@Component

From source file org.codehaus.groovy.grails.plugins.springsecurity.AjaxAwareAuthenticationFailureHandler.java

/**
 * Ajax-aware failure handler that detects failed Ajax logins and redirects to the appropriate URL.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class AjaxAwareAuthenticationFailureHandler extends ExceptionMappingAuthenticationFailureHandler

From source file grails.plugin.springsecurity.web.authentication.AjaxAwareAuthenticationFailureHandler.java

/**
 * Ajax-aware failure handler that detects failed Ajax logins and redirects to the appropriate URL.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class AjaxAwareAuthenticationFailureHandler extends ExceptionMappingAuthenticationFailureHandler