类 OAuth2AuthorizationUtils
java.lang.Object
cn.herodotus.engine.oauth2.core.utils.OAuth2AuthorizationUtils
Description: OAuth2 存储通用工具类
- 作者:
- : gengwei.zheng
- Date:
- : 2022/2/25 23:12
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static org.springframework.security.oauth2.core.AuthenticationMethodresolveAuthenticationMethod(String authenticationMethod) static org.springframework.security.oauth2.core.AuthorizationGrantTyperesolveAuthorizationGrantType(String authorizationGrantType) static org.springframework.security.oauth2.core.ClientAuthenticationMethodresolveClientAuthenticationMethod(String clientAuthenticationMethod)
-
构造器详细资料
-
OAuth2AuthorizationUtils
public OAuth2AuthorizationUtils()
-
-
方法详细资料
-
resolveAuthorizationGrantType
public static org.springframework.security.oauth2.core.AuthorizationGrantType resolveAuthorizationGrantType(String authorizationGrantType) -
resolveClientAuthenticationMethod
public static org.springframework.security.oauth2.core.ClientAuthenticationMethod resolveClientAuthenticationMethod(String clientAuthenticationMethod) -
resolveAuthenticationMethod
public static org.springframework.security.oauth2.core.AuthenticationMethod resolveAuthenticationMethod(String authenticationMethod)
-