All Classes and Interfaces
Class
Description
Resource handling access token requests.
Default in-memory implementation of OAuth1Provider.
Simple read-only implementation of
OAuth1Consumer.Class representing a registered consumer.
Web application exception that is mapped either
to Response.Status.BAD_REQUEST (e.g. if problem with OAuth
parameters occurs) or
Response.Status.UNAUTHORIZED (e.g. if signature is incorrect).Contract for a provider that supports managing OAuth tokens and consumer secrets.
The feature enables support for OAuth 1.0a on the server.
Properties used to configure OAuth server module.
Interface representing an OAuth token (i.e. access token or request token).
Wraps a Jersey
ContainerRequestContext object, implementing the
OAuth signature library OAuth1Request interface.Resource handling request token requests.
Annotation to be placed on resource classes or resource methods
that should be ignored by
OAuth server filter.