Uses of Package
org.glassfish.jersey.server.oauth1
Packages that use org.glassfish.jersey.server.oauth1
Package
Description
Jersey OAuth 1 Server API.
Jersey OAuth 1 Server internal implementation classes.
-
Classes in org.glassfish.jersey.server.oauth1 used by org.glassfish.jersey.server.oauth1ClassDescriptionSimple read-only implementation of
OAuth1Consumer
.Simple immutable implementation ofOAuth1Token
.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.Interface representing an OAuth token (i.e. -
Classes in org.glassfish.jersey.server.oauth1 used by org.glassfish.jersey.server.oauth1.internalClassDescriptionContract for a provider that supports managing OAuth tokens and consumer secrets.Annotation to be placed on resource classes or resource methods that should be ignored by
OAuth server filter
.