类 HerodotusToOAuth2RegisteredClientConverter
java.lang.Object
cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractOAuth2EntityConverter<S,org.springframework.security.oauth2.server.authorization.client.RegisteredClient>
cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractRegisteredClientConverter<HerodotusRegisteredClient>
cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2RegisteredClientConverter
- 所有已实现的接口:
RegisteredClientConverter<HerodotusRegisteredClient>,org.springframework.core.convert.converter.Converter<HerodotusRegisteredClient,org.springframework.security.oauth2.server.authorization.client.RegisteredClient>
public class HerodotusToOAuth2RegisteredClientConverter
extends AbstractRegisteredClientConverter<HerodotusRegisteredClient>
Description: HerodotusRegisteredClient 转 换适配器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/5/12 23:56
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.security.oauth2.server.authorization.settings.ClientSettingsgetScopes(HerodotusRegisteredClient details) org.springframework.security.oauth2.server.authorization.settings.TokenSettings从类继承的方法 cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractRegisteredClientConverter
convert从类继承的方法 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
-
构造器详细资料
-
HerodotusToOAuth2RegisteredClientConverter
-
-
方法详细资料
-
getScopes
-
getClientSettings
public org.springframework.security.oauth2.server.authorization.settings.ClientSettings getClientSettings(HerodotusRegisteredClient details) -
getTokenSettings
public org.springframework.security.oauth2.server.authorization.settings.TokenSettings getTokenSettings(HerodotusRegisteredClient details)
-