类 AbstractAuthenticationConverter
java.lang.Object
cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationConverter
- 所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationConverter
- 直接已知子类:
OAuth2ResourceOwnerPasswordAuthenticationConverter,OAuth2SocialCredentialsAuthenticationConverter
public abstract class AbstractAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
Description: 抽象的认证 Converter
- 作者:
- : gengwei.zheng
- Date:
- : 2023/6/21 6:23
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected Stringprotected String[]getAdditionalParameters(jakarta.servlet.http.HttpServletRequest request, org.springframework.util.MultiValueMap<String, String> parameters) protected org.springframework.security.core.AuthenticationgetRequestedScopes(String scope) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.security.web.authentication.AuthenticationConverter
convert
-
构造器详细资料
-
AbstractAuthenticationConverter
-
-
方法详细资料
-
decrypt
-
decrypt
-
getClientPrincipal
protected org.springframework.security.core.Authentication getClientPrincipal() -
getAdditionalParameters
-
getRequestedScopes
-