类 OAuth2DeviceToRegisteredClientConverter
java.lang.Object
cn.herodotus.stirrup.oauth2.management.definition.AbstractOAuth2RegisteredClientConverter<OAuth2Device>
cn.herodotus.stirrup.oauth2.management.converter.OAuth2DeviceToRegisteredClientConverter
- 所有已实现的接口:
cn.herodotus.stirrup.oauth2.data.jpa.definition.converter.RegisteredClientConverter<OAuth2Device>,org.springframework.core.convert.converter.Converter<OAuth2Device,org.springframework.security.oauth2.server.authorization.client.RegisteredClient>
public class OAuth2DeviceToRegisteredClientConverter
extends AbstractOAuth2RegisteredClientConverter<OAuth2Device>
Description: OAuth2Device 转 RegisteredClient 转换器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/5/21 19:04
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.herodotus.stirrup.oauth2.management.definition.AbstractOAuth2RegisteredClientConverter
getClientSettings, getScopes, getTokenSettings从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.core.convert.converter.Converter
andThen从接口继承的方法 cn.herodotus.stirrup.oauth2.data.jpa.definition.converter.RegisteredClientConverter
convert
-
构造器详细资料
-
OAuth2DeviceToRegisteredClientConverter
public OAuth2DeviceToRegisteredClientConverter()
-