| Package | Description |
|---|---|
| org.opensocial | |
| org.opensocial.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
Client.getAuthScheme()
Returns the associated
AuthScheme. |
| Constructor and Description |
|---|
Client(Provider provider,
AuthScheme authScheme)
|
Client(Provider provider,
AuthScheme authScheme,
HttpClient httpClient)
|
| Modifier and Type | Class and Description |
|---|---|
class |
FCAuthScheme
Authentication class that uses a security token to authenticate Google
Friend Connect requests specifically by appending ?
|
class |
OAuth2LeggedScheme
Authentication class that uses 2-Legged OAuth to digitally sign requests
using a shared secret; this scheme is also known as Signed Fetch and Phone
Home.
|
class |
OAuth3LeggedScheme
Authentication class that exposes methods for retrieving request and access
tokens and an appropriate authorization URL for the 3-Legged OAuth "dance."
|
class |
SecurityTokenScheme
Authentication class that uses a security token to authenticate requests by
appending ?
|
Copyright © 2012. All Rights Reserved.