| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and 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[] |
Scope.getDescriptions()
Get descriptions for various languages.
|
TaggedValue[] |
Client.getDescriptions()
Get the descriptions for specific 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.
|
| Modifier and Type | Method and 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.
|
Scope |
Scope.setDescriptions(TaggedValue[] descriptions)
Set descriptions for various languages.
|
Client |
Client.setDescriptions(TaggedValue[] descriptions)
Set the descriptions for specific 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.
|
Copyright © 2017. All rights reserved.