类 OAuth2ApplicationRegisteredClientAdapter
java.lang.Object
cn.herodotus.engine.oauth2.data.jpa.definition.AbstractRegisteredClientAdapter<OAuth2Application>
cn.herodotus.engine.oauth2.management.adapter.OAuth2ApplicationRegisteredClientAdapter
- 所有已实现的接口:
cn.herodotus.engine.oauth2.data.jpa.definition.RegisteredClientAdapter<OAuth2Application>
public class OAuth2ApplicationRegisteredClientAdapter
extends cn.herodotus.engine.oauth2.data.jpa.definition.AbstractRegisteredClientAdapter<OAuth2Application>
Description: OAuth2Application
- 作者:
- : gengwei.zheng
- Date:
- : 2023/5/13 10:34
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.security.oauth2.server.authorization.settings.ClientSettingsgetClientSettings(OAuth2Application details) getScopes(OAuth2Application details) org.springframework.security.oauth2.server.authorization.settings.TokenSettingsgetTokenSettings(OAuth2Application details) 从类继承的方法 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
-
构造器详细资料
-
OAuth2ApplicationRegisteredClientAdapter
public OAuth2ApplicationRegisteredClientAdapter()
-
-
方法详细资料
-
getScopes
-
getClientSettings
public org.springframework.security.oauth2.server.authorization.settings.ClientSettings getClientSettings(OAuth2Application details) -
getTokenSettings
public org.springframework.security.oauth2.server.authorization.settings.TokenSettings getTokenSettings(OAuth2Application details)
-