类 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
  • 构造器详细资料

    • OAuth2SocialCredentialsAuthenticationConverter

      public OAuth2SocialCredentialsAuthenticationConverter(HttpCryptoProcessor httpCryptoProcessor)
  • 方法详细资料

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
      指定者:
      convert 在接口中 org.springframework.security.web.authentication.AuthenticationConverter