public class OAuthService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthService.EndPoint
Description of an OAuth request token or access token URL.
|
static class |
OAuthService.Location
Location for OAuth parameters in requests to an OAuth request token,
access token, or resource URL.
|
static class |
OAuthService.Method
Method to use for requests to an OAuth request token or access token URL.
|
| Constructor and Description |
|---|
OAuthService(Element serviceElement,
Uri base) |
| Modifier and Type | Method and Description |
|---|---|
OAuthService.EndPoint |
getAccessUrl()
Represents /OAuth/Service/Access elements.
|
Uri |
getAuthorizationUrl()
Represents /OAuth/Service/Authorization elements.
|
String |
getName()
Represents /OAuth/Service@name
|
OAuthService.EndPoint |
getRequestUrl()
Represents /OAuth/Service/Request elements.
|
public OAuthService(Element serviceElement, Uri base) throws SpecParserException
SpecParserExceptionpublic OAuthService.EndPoint getRequestUrl()
public OAuthService.EndPoint getAccessUrl()
public Uri getAuthorizationUrl()
public String getName()
Copyright © 2007-2012. All Rights Reserved.