public interface Auth2UserService
Access Token granted to the
Auth2DefaultRequest.getUserInfo(AuthToken) } and returning an AuthUser.Auth2DefaultRequest,
AuthUser| 限定符和类型 | 方法和说明 |
|---|---|
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. |
me.zhyd.oauth.model.AuthUser loadUser(Auth2DefaultRequest auth2Request, javax.servlet.http.HttpServletRequest request) throws org.springframework.security.oauth2.core.OAuth2AuthenticationException
AuthUser after obtaining the user attributes of the End-User
from the UserInfo Endpoint.auth2Request - 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.