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
Description: 社交认证 Converter
- Author:
- : gengwei.zheng
- Date:
- : 2022/3/31 14:16
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2SocialCredentialsAuthenticationConverter(HttpCryptoProcessor httpCryptoProcessor) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationconvert(jakarta.servlet.http.HttpServletRequest request) Methods inherited from class cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationConverter
decrypt, decrypt, getAdditionalParameters, getClientPrincipal, getRequestedScopes
-
Constructor Details
-
OAuth2SocialCredentialsAuthenticationConverter
-
-
Method Details
-
convert
public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
-