类 HerodotusRegisteredClientAdapter
java.lang.Object
cn.herodotus.engine.oauth2.data.jpa.definition.AbstractRegisteredClientAdapter<HerodotusRegisteredClient>
cn.herodotus.engine.oauth2.data.jpa.adapter.HerodotusRegisteredClientAdapter
- 所有已实现的接口:
RegisteredClientAdapter<HerodotusRegisteredClient>
public class HerodotusRegisteredClientAdapter
extends AbstractRegisteredClientAdapter<HerodotusRegisteredClient>
Description: HerodotusRegisteredClient 转换适配器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/5/12 23:56
-
构造器概要
构造器构造器说明HerodotusRegisteredClientAdapter(org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
方法概要
修饰符和类型方法说明org.springframework.security.oauth2.server.authorization.settings.ClientSettingsgetScopes(HerodotusRegisteredClient details) org.springframework.security.oauth2.server.authorization.settings.TokenSettingstoEntity(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient) 从类继承的方法 cn.herodotus.engine.oauth2.data.jpa.definition.AbstractRegisteredClientAdapter
parseMap, writeMap从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.engine.oauth2.data.jpa.definition.RegisteredClientAdapter
toObject
-
构造器详细资料
-
HerodotusRegisteredClientAdapter
public HerodotusRegisteredClientAdapter(org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
-
-
方法详细资料
-
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) -
toEntity
public HerodotusRegisteredClient toEntity(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient)
-