| 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.client.httpclient4 |
Classes that integrate the Apache Commons HTTP Client version 4 with the OAuth library.
|
| net.oauth.http |
Classes that integrate OAuth with HTTP.
|
| net.oauth.server |
Classes for implementing an OAuth Service Provider; that is
a server that controls access to protected resources.
|
| net.oauth.signature |
Classes to compute and verify digital signatures.
|
| Class and Description |
|---|
| OAuth.Parameter
A name/value pair.
|
| OAuthAccessor
Properties of one User of an OAuthConsumer.
|
| OAuthConsumer
Properties of an OAuth Consumer.
|
| OAuthException
An exception thrown by the OAuth library.
|
| OAuthMessage
A request or response message used in the OAuth protocol.
|
| OAuthProblemException
An OAuth-related problem, described using a set of named parameters.
|
| OAuthServiceProvider
Properties of an OAuth Service Provider.
|
| OAuthValidator
An algorithm to determine whether a message has a valid signature, a correct
version number, a fresh timestamp, etc.
|
| ParameterStyle
Where to place OAuth parameters in an HTTP message.
|
| Class and Description |
|---|
| OAuthAccessor
Properties of one User of an OAuthConsumer.
|
| OAuthException
An exception thrown by the OAuth library.
|
| OAuthMessage
A request or response message used in the OAuth protocol.
|
| OAuthProblemException
An OAuth-related problem, described using a set of named parameters.
|
| ParameterStyle
Where to place OAuth parameters in an HTTP message.
|
| Class and Description |
|---|
| OAuthAccessor
Properties of one User of an OAuthConsumer.
|
| Class and Description |
|---|
| OAuthMessage
A request or response message used in the OAuth protocol.
|
| ParameterStyle
Where to place OAuth parameters in an HTTP message.
|
| Class and Description |
|---|
| OAuth.Parameter
A name/value pair.
|
| OAuthMessage
A request or response message used in the OAuth protocol.
|
| Class and Description |
|---|
| OAuthAccessor
Properties of one User of an OAuthConsumer.
|
| OAuthException
An exception thrown by the OAuth library.
|
| OAuthMessage
A request or response message used in the OAuth protocol.
|
Copyright © 2025. All rights reserved.