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