Uses of Interface
com.flyfish.oauth.configuration.OAuth2SsoUserService
Packages that use OAuth2SsoUserService
Package
Description
-
Uses of OAuth2SsoUserService in com.flyfish.oauth.client
Methods in com.flyfish.oauth.client that return OAuth2SsoUserServiceModifier and TypeMethodDescription<T> OAuth2SsoUserService<T> DefaultOAuth2SsoClient.getUserService()<T> OAuth2SsoUserService<T> OAuth2SsoClient.getUserService()获取用户信息ServiceMethods in com.flyfish.oauth.client with parameters of type OAuth2SsoUserServiceModifier and TypeMethodDescriptionvoidDefaultOAuth2SsoClient.setUserInfoService(OAuth2SsoUserService userInfoService) voidOAuth2SsoClient.setUserInfoService(OAuth2SsoUserService userInfoService) 设置用户信息Service,用于上报给中心授权服务器 -
Uses of OAuth2SsoUserService in com.flyfish.oauth.configuration
Classes in com.flyfish.oauth.configuration that implement OAuth2SsoUserService -
Uses of OAuth2SsoUserService in com.flyfish.oauth.utils
Methods in com.flyfish.oauth.utils with parameters of type OAuth2SsoUserServiceModifier and TypeMethodDescriptionstatic <T> TUserConvertUtils.convert(OAuth2SsoUserService<T> userService, SSOUserInfo userInfo) 转换用户