public class MetaOAuthResourceServer
extends BaseRootMetaData
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MetaOAuthResourceServer.OAuthResourceServerRuntime |
| コンストラクタと説明 |
|---|
MetaOAuthResourceServer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
applyConfig(OAuthResourceServerDefinition def) |
MetaOAuthResourceServer |
copy() |
MetaOAuthResourceServer.OAuthResourceServerRuntime |
createRuntime(MetaDataConfig metaDataConfig) |
OAuthResourceServerDefinition |
currentConfig() |
java.util.List<MetaCustomTokenIntrospector> |
getCustomTokenIntrospectors() |
void |
setCustomTokenIntrospectors(java.util.List<MetaCustomTokenIntrospector> customTokenIntrospectors) |
public java.util.List<MetaCustomTokenIntrospector> getCustomTokenIntrospectors()
public void setCustomTokenIntrospectors(java.util.List<MetaCustomTokenIntrospector> customTokenIntrospectors)
public void applyConfig(OAuthResourceServerDefinition def)
public OAuthResourceServerDefinition currentConfig()
public MetaOAuthResourceServer copy()
public MetaOAuthResourceServer.OAuthResourceServerRuntime createRuntime(MetaDataConfig metaDataConfig)