Class | Description |
---|---|
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 | Description |
---|---|
OAuthException |
Exception that is mapped either to
Response.Status#BAD_REQUEST or
Response.Status#UNAUTHORIZED . |
Copyright © 2013 Oracle Corporation. All rights reserved.