Interface | Description |
---|---|
OAuth2ProtectedResourceDetails |
Details for an OAuth2-protected resource.
|
Class | Description |
---|---|
BaseOAuth2ProtectedResourceDetails |
Exception | Description |
---|---|
OAuth2AccessDeniedException |
When access is denied we usually want a 403, but we want the same treatment as all the other OAuth2Exception types,
so this is not a Spring Security AccessDeniedException.
|
UserApprovalRequiredException |
Exception indicating that user approval is required, with some indication of how to signal the approval.
|
UserRedirectRequiredException |
Special exception thrown when a user redirect is required in order to obtain an OAuth2 access token.
|
Copyright © 2019. All rights reserved.