Package | Description |
---|---|
org.springframework.social.connect |
Framework for establishing connections between local users and users of ServiceProviders such as Twitter and Facebook.
|
org.springframework.social.connect.support |
ServiceProvider Connect API implementation support.
|
Modifier and Type | Method and Description |
---|---|
ConnectionKey |
NoSuchConnectionException.getConnectionKey()
The invalid key value.
|
ConnectionKey |
DuplicateConnectionException.getConnectionKey()
The connection key that already exists.
|
ConnectionKey |
Connection.getKey()
The key identifying this connection.
|
Modifier and Type | Method and Description |
---|---|
Connection<?> |
ConnectionRepository.getConnection(ConnectionKey connectionKey)
Get a connection for the current user by its key, which consists of the providerId + providerUserId.
|
void |
ConnectionRepository.removeConnection(ConnectionKey connectionKey)
Remove a single Connection for the current user from this repository.
|
Constructor and Description |
---|
DuplicateConnectionException(ConnectionKey connectionKey) |
NoSuchConnectionException(ConnectionKey connectionKey) |
Modifier and Type | Method and Description |
---|---|
ConnectionKey |
AbstractConnection.getKey() |
Copyright © 2016. All rights reserved.