Uses of Class
com.authlete.common.dto.TaggedValue
-
Packages that use TaggedValue Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.util Utility classes. -
-
Uses of TaggedValue in com.authlete.common.dto
Methods in com.authlete.common.dto that return TaggedValue Modifier and Type Method Description TaggedValue[]
Client. getClientNames()
Get the client names each of which has a language tag.TaggedValue[]
Client. getClientUris()
Get the URIs of the home pages for specific languages.TaggedValue[]
Client. getDescriptions()
Get the descriptions for specific languages.TaggedValue[]
Scope. getDescriptions()
Get descriptions for various languages.TaggedValue[]
Client. getLogoUris()
Get the logo URIs each of which has a language tag.TaggedValue[]
Client. getPolicyUris()
Get the URIs of the policy pages for specific languages.TaggedValue[]
Client. getTosUris()
Get the URIs of the "Terms Of Service" pages for specific languages.TaggedValue
TaggedValue. setTag(String tag)
Set the tag.TaggedValue
TaggedValue. setValue(String value)
Set the value.Methods in com.authlete.common.dto with parameters of type TaggedValue Modifier and Type Method Description Client
Client. setClientNames(TaggedValue[] clientNames)
Set the client names each of which has a language tag.Client
Client. setClientUris(TaggedValue[] uris)
Set the URIs of the home pages for specific languages.Client
Client. setDescriptions(TaggedValue[] descriptions)
Set the descriptions for specific languages.Scope
Scope. setDescriptions(TaggedValue[] descriptions)
Set descriptions for various languages.Client
Client. setLogoUris(TaggedValue[] uris)
Set the logo URIs each of which has a language tag.Client
Client. setPolicyUris(TaggedValue[] uris)
Set the URIs of the policy pages for specific languages.Client
Client. setTosUris(TaggedValue[] uris)
Set the URIs of the "Terms Of Service" pages for specific languages. -
Uses of TaggedValue in com.authlete.common.util
Methods in com.authlete.common.util with parameters of type TaggedValue Modifier and Type Method Description static void
MapUtils. put(Map<String,Object> target, String baseKey, TaggedValue[] array, boolean nullIncluded)
Put"{baseKey}#{tag}"
properties into thetarget
map.
-