@Configuration
@ConditionalOnClass(value=org.springframework.security.oauth2.config.annotation.web.configuration.EnableOAuth2Client.class)
public class OAuth2RestOperationsConfiguration
extends java.lang.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() |