Example usage for org.springframework.security.web.access ExceptionTranslationFilter subclass-usage

List of usage examples for org.springframework.security.web.access ExceptionTranslationFilter subclass-usage

Introduction

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

Usage

From source file es.osoco.grails.plugins.otp.web.TwoFactorExceptionTranslationFilter.java

/**
 * Handles any <code>AccessDeniedException</code>, <code>TwoFactorAuthenticationException</code> and
 * <code>TwoFactorInsufficientAuthenticationException</code> thrown within the filter chain.
 *
 * @author <a href="mailto:rafael.luque@osoco.es">Rafael Luque</a>
 */