@Configuration @ConditionalOnClass(value=org.springframework.security.oauth2.config.annotation.web.configuration.EnableOAuth2Client.class) @Conditional(value=org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.OAuth2ClientIdCondition.class) public class OAuth2RestOperationsConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
OAuth2RestOperationsConfiguration.RequestScopedConfiguration |
protected static class |
OAuth2RestOperationsConfiguration.SessionScopedConfiguration |
protected static class |
OAuth2RestOperationsConfiguration.SingletonScopedConfiguration |
Constructor and Description |
---|
OAuth2RestOperationsConfiguration() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.