Class AbstractAuthenticationConverter
java.lang.Object
cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationConverter
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter
- Direct Known Subclasses:
OAuth2ResourceOwnerPasswordAuthenticationConverter,OAuth2SocialCredentialsAuthenticationConverter
public abstract class AbstractAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
Description: 抽象的认证 Converter
- Author:
- : gengwei.zheng
- Date:
- : 2023/6/21 6:23
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected String[]getAdditionalParameters(jakarta.servlet.http.HttpServletRequest request, org.springframework.util.MultiValueMap<String, String> parameters) protected org.springframework.security.core.AuthenticationgetRequestedScopes(String scope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.web.authentication.AuthenticationConverter
convert
-
Constructor Details
-
AbstractAuthenticationConverter
-
-
Method Details
-
decrypt
-
decrypt
-
getClientPrincipal
protected org.springframework.security.core.Authentication getClientPrincipal() -
getAdditionalParameters
-
getRequestedScopes
-