Package org.glassfish.jersey.server.oauth1
package org.glassfish.jersey.server.oauth1
Jersey OAuth 1 Server API.
-
ClassDescriptionDefault in-memory implementation of OAuth1Provider.Simple read-only implementation of
OAuth1Consumer
.Tracks the nonces for a given consumer key and/or token.Class representing a registered consumer.Web application exception
that is mapped either toResponse.Status.BAD_REQUEST
(e.g.Contract for a provider that supports managing OAuth tokens and consumer secrets.Security request that gets injected into the context by the OAuth filter based on the access token attached to the request.The feature enables support for OAuth 1.0a on the server.OAuth request filter that filters all requests indicating in the Authorization header they use OAuth.Properties used to configure OAuth server module.Interface representing an OAuth token (i.e.Annotation to be placed on resource classes or resource methods that should be ignored byOAuth server filter
.