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
.NonceManager Tracks the nonces for a given consumer key and/or token.OAuth1SecurityContext Security request that gets injected into the context by the OAuth filter based on the access token attached to the request.OAuth1ServerFeature The feature enables support for OAuth 1.0a on the server.OAuth1ServerFeature.OAuthModelProcessor OAuth1ServerFilter OAuth request filter that filters all requests indicating in the Authorization header they use OAuth.OAuth1ServerProperties Properties used to configure OAuth server module. -
Exception Summary Exception Description OAuth1Exception Web application exception
that 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
.