1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Add OAuth2 Client HandlerMethodArgumentResolver

Fixes gh-4651
This commit is contained in:
Joe Grandja
2018-03-08 06:09:50 -05:00
parent 982fc360b2
commit 526e0fdd4f
16 changed files with 850 additions and 71 deletions
@@ -673,7 +673,7 @@ The following listing shows an example:
[source,java]
----
@Controller
public class MainController {
public class OAuth2LoginController {
@Autowired
private ClientRegistrationRepository clientRegistrationRepository;
@@ -953,7 +953,7 @@ The following listing shows an example:
[source,java]
----
@Controller
public class MainController {
public class OAuth2LoginController {
@Autowired
private OAuth2AuthorizedClientService authorizedClientService;