Example usage for org.springframework.security.web.authentication.www DigestAuthenticationFilter subclass-usage

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

Introduction

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

Usage

From source file org.opendatakit.security.spring.DigestAuthenticationFilter.java

/**
 * Wraps the Spring class and ensures that if an Authentication is already 
 * determined for this request, that it isn't overridden.
 * 
 * @author mitchellsundt@gmail.com
 *