| Package | Description |
|---|---|
| org.springframework.social.connect.support |
ServiceProvider Connect API implementation support.
|
| org.springframework.social.oauth2 |
OAuth2 client.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Operations |
OAuth2ConnectionFactory.getOAuthOperations()
Get the ServiceProvider's
OAuth2Operations that allows the client application to conduct the OAuth2 flow with the provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2Template
OAuth2Operations implementation that uses REST-template to make the OAuth calls.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Operations |
AbstractOAuth2ServiceProvider.getOAuthOperations() |
OAuth2Operations |
OAuth2ServiceProvider.getOAuthOperations()
Get the service interface for carrying out the "OAuth dance" with this provider.
|
| Constructor and Description |
|---|
AbstractOAuth2ServiceProvider(OAuth2Operations oauth2Operations)
Create a new
OAuth2ServiceProvider. |
Copyright © 2016. All rights reserved.