Example usage for org.springframework.security.oauth2.provider.password ResourceOwnerPasswordTokenGranter subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.password ResourceOwnerPasswordTokenGranter subclass-usage

Introduction

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

Usage

From source file org.osiam.auth.login.oauth.OsiamResourceOwnerPasswordTokenGranter.java

public class OsiamResourceOwnerPasswordTokenGranter extends ResourceOwnerPasswordTokenGranter {

    private final AuthenticationManager authenticationManager;

    public OsiamResourceOwnerPasswordTokenGranter(AuthenticationManager authenticationManager,
            AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService) {