Uses of Package
org.glassfish.jersey.server.oauth1
-
Packages that use org.glassfish.jersey.server.oauth1 Package Description org.glassfish.jersey.server.oauth1 Jersey OAuth 1 Server API.org.glassfish.jersey.server.oauth1.internal Jersey OAuth 1 Server internal implementation classes. -
Classes in org.glassfish.jersey.server.oauth1 used by org.glassfish.jersey.server.oauth1 Class Description DefaultOAuth1Provider.Consumer Simple read-only implementation ofOAuth1Consumer
.DefaultOAuth1Provider.Token Simple immutable implementation ofOAuth1Token
.NonceManager Tracks the nonces for a given consumer key and/or token.OAuth1Consumer Class representing a registered consumer.OAuth1Exception Web application exception
that is mapped either toResponse.Status.BAD_REQUEST
(e.g.OAuth1Provider Contract for a provider that supports managing OAuth tokens and consumer secrets.OAuth1SecurityContext Security request that gets injected into the context by the OAuth filter based on the access token attached to the request.OAuth1Token Interface representing an OAuth token (i.e. -
Classes in org.glassfish.jersey.server.oauth1 used by org.glassfish.jersey.server.oauth1.internal Class Description OAuth1Provider Contract for a provider that supports managing OAuth tokens and consumer secrets.TokenResource Annotation to be placed on resource classes or resource methods that should be ignored byOAuth server filter
.