Class ScopeDefinition
java.lang.Object
org.iplass.mtp.auth.oauth.definition.ScopeDefinition
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OIDCClaimScopeDefinition
スコープの定義です。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setDescription
(String description) void
setDisplayName
(String displayName) void
setLocalizedDescriptionList
(List<LocalizedStringDefinition> localizedDescriptionList) void
setLocalizedDisplayNameList
(List<LocalizedStringDefinition> localizedDisplayNameList) void
-
Constructor Details
-
ScopeDefinition
public ScopeDefinition()
-
-
Method Details
-
getName
-
setName
-
getDisplayName
-
setDisplayName
-
getDescription
-
setDescription
-
getLocalizedDisplayNameList
-
setLocalizedDisplayNameList
-
getLocalizedDescriptionList
-
setLocalizedDescriptionList
-