public class CustomPlainOAuth2UserService extends Object implements org.springframework.security.oauth2.client.userinfo.OAuth2UserService<org.springframework.security.oauth2.client.userinfo.OAuth2UserRequest,org.springframework.security.oauth2.core.user.OAuth2User>
| Constructor and Description |
|---|
CustomPlainOAuth2UserService(AuthoritiesMapper authorityMapper) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.core.user.OAuth2User |
loadUser(org.springframework.security.oauth2.client.userinfo.OAuth2UserRequest userRequest) |
public CustomPlainOAuth2UserService(AuthoritiesMapper authorityMapper)
public org.springframework.security.oauth2.core.user.OAuth2User loadUser(org.springframework.security.oauth2.client.userinfo.OAuth2UserRequest userRequest)
throws org.springframework.security.oauth2.core.OAuth2AuthenticationException
loadUser in interface org.springframework.security.oauth2.client.userinfo.OAuth2UserService<org.springframework.security.oauth2.client.userinfo.OAuth2UserRequest,org.springframework.security.oauth2.core.user.OAuth2User>org.springframework.security.oauth2.core.OAuth2AuthenticationExceptionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.