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.Class representing a registered consumer.Web application exceptionthat is mapped either toResponse.Status.BAD_REQUEST(e.g. if problem with OAuth parameters occurs) orResponse.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).Annotation to be placed on resource classes or resource methods that should be ignored byOAuth server filter.