类 OAuth2SocialCredentialsAuthenticationConverter
java.lang.Object
cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationConverter
- 所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationConverter
public class OAuth2SocialCredentialsAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
Description: 社交认证 Converter
- 作者:
- : gengwei.zheng
- Date:
- : 2022/3/31 14:16
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.security.core.Authenticationconvert(jakarta.servlet.http.HttpServletRequest request)
-
构造器详细资料
-
OAuth2SocialCredentialsAuthenticationConverter
-
-
方法详细资料
-
convert
public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request) - 指定者:
convert在接口中org.springframework.security.web.authentication.AuthenticationConverter
-