类 OAuth2ToHerodotusRegisteredClientConverter
java.lang.Object
cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractOAuth2EntityConverter<org.springframework.security.oauth2.server.authorization.client.RegisteredClient,HerodotusRegisteredClient>
cn.herodotus.engine.oauth2.data.jpa.converter.OAuth2ToHerodotusRegisteredClientConverter
- 所有已实现的接口:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.server.authorization.client.RegisteredClient,HerodotusRegisteredClient>
public class OAuth2ToHerodotusRegisteredClientConverter
extends AbstractOAuth2EntityConverter<org.springframework.security.oauth2.server.authorization.client.RegisteredClient,HerodotusRegisteredClient>
Description: RegisteredClient 转 HerodotusRegisteredClient 转换器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/5/12 23:56
-
构造器概要
构造器构造器说明OAuth2ToHerodotusRegisteredClientConverter(OAuth2JacksonProcessor jacksonProcessor, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
方法概要
修饰符和类型方法说明convert(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient) 从类继承的方法 cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractOAuth2EntityConverter
parseMap, writeMap从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.core.convert.converter.Converter
andThen
-
构造器详细资料
-
OAuth2ToHerodotusRegisteredClientConverter
public OAuth2ToHerodotusRegisteredClientConverter(OAuth2JacksonProcessor jacksonProcessor, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
-
-
方法详细资料
-
convert
public HerodotusRegisteredClient convert(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient)
-