Class OAuth2DeviceToRegisteredClientConverter
java.lang.Object
cn.herodotus.engine.oauth2.management.definition.AbstractOAuth2RegisteredClientConverter<OAuth2Device>
cn.herodotus.engine.oauth2.management.converter.OAuth2DeviceToRegisteredClientConverter
- All Implemented Interfaces:
cn.herodotus.engine.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 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/5/21 19:04
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.herodotus.engine.oauth2.management.definition.AbstractOAuth2RegisteredClientConverter
getClientSettings, getScopes, getTokenSettingsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThenMethods inherited from interface cn.herodotus.engine.oauth2.data.jpa.definition.converter.RegisteredClientConverter
convert
-
Constructor Details
-
OAuth2DeviceToRegisteredClientConverter
public OAuth2DeviceToRegisteredClientConverter()
-