Package com.sun.jersey.oauth.server

Class Summary
NonceManager Tracks the nonces for a given consumer key and/or token.
OAuthProviderInjectionProvider Provider that handles the injection of the application-specific OAuthProvider implementation.
OAuthSecurityContext Security request that gets injected into the context by the OAuth filter based on the access token attached to the request.
OAuthServerRequest Wraps a Jersey HttpRequestContext object, implementing the OAuth signature library OAuthRequest interface.
 

Exception Summary
OAuthException Exception that is mapped either to Response.Status#BAD_REQUEST or Response.Status#UNAUTHORIZED.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.