Interface | Description |
---|---|
OAuthDataProvider |
OAuth provider responsible for persisting the information about
OAuth consumers, request and access tokens.
|
Class | Description |
---|---|
DefaultOAuthValidator |
The utility OAuth validator which is primarily used
by the runtime to validate that the issued tokens have not expired.
|
MD5SequenceGenerator |
The utility MD5 sequence generator which can be used for generating
request or access token keys and secrets as well as request token
verifiers
|
Exception | Description |
---|---|
OAuthServiceException |
Encapsulates OAuth-related problems
|
Apache CXF