Class OAuth2ApplicationToRegisteredClientConverter
java.lang.Object
cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClientConverter<OAuth2Application>
cn.herodotus.engine.logic.identity.converter.OAuth2ApplicationToRegisteredClientConverter
- All Implemented Interfaces:
RegisteredClientConverter<OAuth2Application>,org.springframework.core.convert.converter.Converter<OAuth2Application,org.springframework.security.oauth2.server.authorization.client.RegisteredClient>
public class OAuth2ApplicationToRegisteredClientConverter
extends AbstractOAuth2RegisteredClientConverter<OAuth2Application>
Description: OAuth2Application 转 RegisteredClient 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/5/21 19:04
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.herodotus.engine.logic.identity.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.persistence.sas.jpa.definition.RegisteredClientConverter
convert
-
Constructor Details
-
OAuth2ApplicationToRegisteredClientConverter
public OAuth2ApplicationToRegisteredClientConverter()
-