Uses of Class
com.authlete.common.util.ClientMetadataControl
-
Packages that use ClientMetadataControl 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 ClientMetadataControl in com.authlete.common.dto
Methods in com.authlete.common.dto with parameters of type ClientMetadataControl Modifier and Type Method Description Map<String,Object>
Client. toStandardMetadata(ClientMetadataControl control)
Get aMap
instance that represents a set of standard client metadata. -
Uses of ClientMetadataControl in com.authlete.common.util
Methods in com.authlete.common.util that return ClientMetadataControl Modifier and Type Method Description ClientMetadataControl
ClientMetadataControl. setAliasPreferred(boolean preferred)
Set the flag whether to use the client ID alias as the value of theclient_id
property when available.ClientMetadataControl
ClientMetadataControl. setCustomIncluded(boolean included)
Set the flag indicating whether to include custom metadata.ClientMetadataControl
ClientMetadataControl. setEntityIdPreferred(boolean preferred)
Set the flag whether to use the entity ID as the value of theclient_id
property when available.ClientMetadataControl
ClientMetadataControl. setFalseIncluded(boolean included)
ClientMetadataControl
ClientMetadataControl. setNullIncluded(boolean included)
ClientMetadataControl
ClientMetadataControl. setSecretIncluded(boolean included)
Set the flag indicating whether to include theclient_secret
property.ClientMetadataControl
ClientMetadataControl. setZeroIncluded(boolean included)
-