| 接口 | 说明 |
|---|---|
| OAuth2TokenResponseEnhancer |
Customize additional parameters for OAuth2 Token Response
|
| 类 | 说明 |
|---|---|
| OAuth2EndpointUtils |
Utility methods for the OAuth 2.0 Protocol Endpoints. copy from SAS
|
| OAuth2LoginUrlAuthenticationEntryPoint |
OAuth2 登录失败的处理器,跳转到登录页,同时携带 return_to 参数,值为当前 request fullUrl
|
| OAuth2ResourceOwnerPasswordAuthenticationConverter |
Attempts to extract an Access Token Request from
HttpServletRequest for the
OAuth 2.0 Owner Password Authentication Grant and then converts it to an
OAuth2ResourceOwnerPasswordAuthenticationToken used for authenticating the
authorization grant. |
| OAuth2TokenRevocationResponseHandler |
OAuth2 撤销令牌成功的处理,发布登出事件,以及响应 200
|
Copyright © 2023. All rights reserved.