Example usage for org.springframework.security.oauth2.client.test TestAccounts interface-usage

List of usage examples for org.springframework.security.oauth2.client.test TestAccounts interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.client.test TestAccounts interface-usage.

Usage

From source file org.cloudfoundry.identity.uaa.integration.UaaTestAccounts.java

 * UAA specific test account data externalized with {@link TestProfileEnvironment}.
 * 
 * @author Dave Syer
 * 
 */
public class UaaTestAccounts implements TestAccounts {

From source file org.cloudfoundry.identity.uaa.test.UaaTestAccounts.java

import org.springframework.security.oauth2.common.AuthenticationScheme;
import org.springframework.security.oauth2.provider.client.BaseClientDetails;
import org.springframework.security.oauth2.provider.ClientDetails;
import org.springframework.test.util.ReflectionTestUtils;
import org.springframework.util.StringUtils;