Interface | Description |
---|---|
OAuth1Consumer |
Class representing a registered consumer.
|
OAuth1Provider |
Contract for a provider that supports managing OAuth tokens and consumer secrets.
|
OAuth1Token |
Interface representing an OAuth token (i.e.
|
Class | Description |
---|---|
DefaultOAuth1Provider |
Default in-memory implementation of OAuth1Provider.
|
DefaultOAuth1Provider.Consumer |
Simple read-only implementation of
OAuth1Consumer . |
OAuth1ServerFeature |
The feature enables support for OAuth 1.0a on the server.
|
OAuth1ServerProperties |
Properties used to configure OAuth server module.
|
Exception | Description |
---|---|
OAuth1Exception |
Web application exception that is mapped either
to Response.Status.BAD_REQUEST (e.g. |
Annotation Type | Description |
---|---|
TokenResource |
Annotation to be placed on resource classes or resource methods
that should be ignored by
OAuth server filter . |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.