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 |
OAuth2ServiceProvider.getOAuthOperations()
Get the service interface for carrying out the "OAuth dance" with this provider.
|
OAuth2Operations |
AbstractOAuth2ServiceProvider.getOAuthOperations() |
Constructor and Description |
---|
AbstractOAuth2ServiceProvider(OAuth2Operations oauth2Operations)
Create a new
OAuth2ServiceProvider . |
Copyright © 2016. All rights reserved.