Class OAuthResourceServerDefinition
java.lang.Object
org.iplass.mtp.auth.oauth.definition.OAuthResourceServerDefinition
- All Implemented Interfaces:
Serializable
,Definition
OAuth2におけるResourceServerの定義です。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription概要を取得します。表示名を取得します。getName()
名前を取得します。void
setCustomTokenIntrospectors
(List<CustomTokenIntrospectorDefinition> customTokenIntrospectors) void
setDescription
(String description) 概要を設定します。void
setDisplayName
(String displayName) 表示名を設定します。void
nameがResourceServerのclient_idとなります。
-
Constructor Details
-
OAuthResourceServerDefinition
public OAuthResourceServerDefinition()
-
-
Method Details
-
getCustomTokenIntrospectors
-
setCustomTokenIntrospectors
public void setCustomTokenIntrospectors(List<CustomTokenIntrospectorDefinition> customTokenIntrospectors) -
getName
Description copied from interface:Definition
名前を取得します。- Specified by:
getName
in interfaceDefinition
- Returns:
- 名前
-
setName
nameがResourceServerのclient_idとなります。- Specified by:
setName
in interfaceDefinition
- Parameters:
name
- 名前
-
getDisplayName
Description copied from interface:Definition
表示名を取得します。- Specified by:
getDisplayName
in interfaceDefinition
- Returns:
- 表示名
-
setDisplayName
Description copied from interface:Definition
表示名を設定します。- Specified by:
setDisplayName
in interfaceDefinition
- Parameters:
displayName
- 表示名
-
getDescription
Description copied from interface:Definition
概要を取得します。- Specified by:
getDescription
in interfaceDefinition
- Returns:
- 概要
-
setDescription
Description copied from interface:Definition
概要を設定します。- Specified by:
setDescription
in interfaceDefinition
- Parameters:
description
- 概要
-