Package | Description |
---|---|
net.oauth |
Fundamental classes and algorithms for implementing OAuth.
|
net.oauth.client |
Classes for implementing an OAuth Consumer; that is a client that requests
access to protected resources.
|
net.oauth.http |
Classes that integrate OAuth with HTTP.
|
Modifier and Type | Method and Description |
---|---|
static ParameterStyle |
ParameterStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterStyle[] |
ParameterStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OAuthResponseMessage |
OAuthClient.access(OAuthMessage request,
ParameterStyle style)
Send a request and return the response.
|
OAuthMessage |
OAuthClient.invoke(OAuthMessage request,
ParameterStyle style)
Send a request message to the service provider and get the response.
|
Modifier and Type | Method and Description |
---|---|
static HttpMessage |
HttpMessage.newRequest(OAuthMessage from,
ParameterStyle style)
Construct an HTTP request from this OAuth message.
|
Copyright © 2023. All rights reserved.