public class DefaultAuth2UserServiceImpl extends Object implements Auth2UserService
Auth2UserService that supports standard OAuth 2.0
Provider's.Auth2UserService,
Auth2DefaultRequest,
AuthUser| 构造器和说明 |
|---|
DefaultAuth2UserServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
me.zhyd.oauth.model.AuthUser |
loadUser(Auth2DefaultRequest auth2Request,
javax.servlet.http.HttpServletRequest request)
Returns an
AuthUser after obtaining the user attributes of the End-User
from the UserInfo Endpoint. |
public me.zhyd.oauth.model.AuthUser loadUser(Auth2DefaultRequest auth2Request, javax.servlet.http.HttpServletRequest request) throws org.springframework.security.oauth2.core.OAuth2AuthenticationException
Auth2UserServiceAuthUser after obtaining the user attributes of the End-User
from the UserInfo Endpoint.loadUser 在接口中 Auth2UserServiceauth2Request - the user OAuth2 requestrequest - HttpServletRequestAuthUserorg.springframework.security.oauth2.core.OAuth2AuthenticationException - if an error occurs while attempting to obtain
the user attributes from the UserInfo EndpointCopyright © 2021. All rights reserved.