| Interface | Description |
|---|---|
| OAuthConsumerSupport |
Consumer-side support for OAuth.
|
| OAuthSecurityContext |
The OAuth 2 security context (for a specific user).
|
| ProtectedResourceDetails |
Details about a protected resource.
|
| ProtectedResourceDetailsService |
Service for loading protected resource details.
|
| Class | Description |
|---|---|
| BaseProtectedResourceDetails |
Basic implementation of protected resource details.
|
| InMemoryProtectedResourceDetailsService |
Basic, in-memory implementation of a protected resource details service.
|
| OAuthConsumerToken |
Interface for a consumer-side OAuth token.
|
| OAuthSecurityContextHolder |
Holder for the current OAuth security context.
|
| OAuthSecurityContextImpl |
| Exception | Description |
|---|---|
| AccessTokenRequiredException | |
| InvalidOAuthRealmException |
Thrown when a different realm appears to be the cause of the authorization failure.
|
| OAuthRequestFailedException |
Thrown when an OAuth request fails.
|
| UnverifiedRequestTokenException |
Thrown when an attempt is made to use an unverified request token.
|
Copyright © 2015. All rights reserved.