| Package | Description |
|---|---|
| org.apache.shindig.social.core.oauth2 |
Implementation of OAuth 2.0.
|
| Modifier and Type | Field and Description |
|---|---|
protected OAuth2Client.ClientType |
OAuth2Client.type |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Client.ClientType |
OAuth2Client.getType()
Gets the client's type.
|
static OAuth2Client.ClientType |
OAuth2Client.ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Client.ClientType[] |
OAuth2Client.ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Client.setType(OAuth2Client.ClientType type)
Sets the client's type.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.