Example usage for org.springframework.security.oauth2.provider.endpoint TokenEndpointAuthenticationFilter subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.endpoint TokenEndpointAuthenticationFilter subclass-usage

Introduction

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

Usage

From source file org.cloudfoundry.identity.uaa.authentication.LoginServerTokenEndpointFilter.java

public class LoginServerTokenEndpointFilter extends TokenEndpointAuthenticationFilter {

    /**
     * @param authenticationManager an AuthenticationManager for the incoming request
     */
    public LoginServerTokenEndpointFilter(AuthenticationManager authenticationManager) {