Class OAuth2SocialCredentialsAuthenticationConverter

java.lang.Object
cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationConverter
cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationConverter
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter

public class OAuth2SocialCredentialsAuthenticationConverter extends AbstractAuthenticationConverter

Description: 社交认证 Converter

Author:
: gengwei.zheng
Date:
: 2022/3/31 14:16
  • Constructor Details

    • OAuth2SocialCredentialsAuthenticationConverter

      public OAuth2SocialCredentialsAuthenticationConverter(HttpCryptoProcessor httpCryptoProcessor)
  • Method Details

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)