Package org.glassfish.jersey.server.oauth1
Jersey OAuth 1 Server API.
-
Interface Summary Interface Description 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 Class Description DefaultOAuth1Provider Default in-memory implementation of OAuth1Provider.DefaultOAuth1Provider.Consumer Simple read-only implementation ofOAuth1Consumer.OAuth1ServerFeature The feature enables support for OAuth 1.0a on the server.OAuth1ServerProperties Properties used to configure OAuth server module. -
Exception Summary Exception Description OAuth1Exception Web application exceptionthat is mapped either toResponse.Status.BAD_REQUEST(e.g. -
Annotation Types Summary Annotation Type Description TokenResource Annotation to be placed on resource classes or resource methods that should be ignored byOAuth server filter.