Example usage for org.springframework.security.oauth2.provider.authentication OAuth2AuthenticationProcessingFilter subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.authentication OAuth2AuthenticationProcessingFilter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.provider.authentication OAuth2AuthenticationProcessingFilter subclass-usage.

Usage

From source file eu.trentorise.smartcampus.resourceprovider.filter.ResourceFilter.java

/**
 * Implementation of the {@link OAuth2AuthenticationProcessingFilter} relying
 * on the {@link ResourceAuthenticationManager} for actual authentication.
 * @author raman
 *
 */