Package org.glassfish.jersey.server.oauth1

Jersey OAuth 1 Server API.

See:
          Description

Interface Summary
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 Summary
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 Summary
OAuth1Exception Web application exception that is mapped either to Response.Status.BAD_REQUEST (e.g.
 

Annotation Types Summary
TokenResource Annotation to be placed on resource classes or resource methods that should be ignored by OAuth server filter.
 

Package org.glassfish.jersey.server.oauth1 Description

Jersey OAuth 1 Server API.



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.