Package | Description |
---|---|
org.springframework.social.connect.support |
ServiceProvider Connect API implementation support.
|
org.springframework.social.oauth2 |
OAuth2 client.
|
Constructor and Description |
---|
OAuth2Connection(ConnectionData data,
OAuth2ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Creates a new
OAuth2Connection from the data provided. |
OAuth2Connection(String providerId,
String providerUserId,
String accessToken,
String refreshToken,
Long expireTime,
OAuth2ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Creates a new
OAuth2Connection from a access grant response. |
OAuth2ConnectionFactory(String providerId,
OAuth2ServiceProvider<S> serviceProvider,
ApiAdapter<S> apiAdapter)
Create a
OAuth2ConnectionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOAuth2ServiceProvider<S>
Base class for ServiceProviders that use the OAuth2 protocol.
|
Copyright © 2016. All rights reserved.