| 接口 | 说明 |
|---|---|
| Auth2AuthorizationRequestResolver |
Implementations of this interface are capable of resolving an
OAuth2AuthorizationRequest from the provided HttpServletRequest. |
| 类 | 说明 |
|---|---|
| Auth2DefaultRequestRedirectFilter |
This
Filter initiates the authorization code grant or implicit grant flow by
redirecting the End-User's user-agent to the Authorization Server's Authorization
Endpoint. |
| Auth2DefaultRequestResolver |
An implementation of an
Auth2AuthorizationRequestResolver that attempts to
resolve an Auth2DefaultRequest from the provided
HttpServletRequest using the default request URI pattern
/auth2/authorization/{registrationId}. |
Copyright © 2021. All rights reserved.