public class OAuthService extends BaseOAuthService
BaseOAuthService.EndPoint, BaseOAuthService.Location, BaseOAuthService.Method| Constructor and Description |
|---|
OAuthService(Element serviceElement,
Uri base) |
| Modifier and Type | Method and Description |
|---|---|
BaseOAuthService.EndPoint |
getAccessUrl()
Represents /OAuth/Service/Access elements.
|
Uri |
getAuthorizationUrl()
Represents /OAuth/Service/Authorization elements.
|
String |
getName()
Represents /OAuth/Service@name
|
BaseOAuthService.EndPoint |
getRequestUrl()
Represents /OAuth/Service/Request elements.
|
public OAuthService(Element serviceElement, Uri base) throws SpecParserException
SpecParserExceptionpublic BaseOAuthService.EndPoint getRequestUrl()
public BaseOAuthService.EndPoint getAccessUrl()
public Uri getAuthorizationUrl()
public String getName()
getName in class BaseOAuthServiceCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.