Uses of Class
com.authlete.common.dto.Property
-
Packages that use Property 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 Property in com.authlete.common.dto
Methods in com.authlete.common.dto that return Property Modifier and Type Method Description Property[]
AccessToken. getProperties()
Get the properties associated with the access token.Property[]
AuthorizationIssueRequest. getProperties()
Get the extra properties to associate with an access token and/or an authorization code which will be issued by this request.Property[]
BackchannelAuthenticationCompleteRequest. getProperties()
Get the extra properties associated with the access token.Property[]
CredentialOfferCreateRequest. getProperties()
Get the extra properties associated with the credential offer.Property[]
CredentialOfferInfo. getProperties()
Get the extra properties associated with the credential offer.Property[]
DeviceCompleteRequest. getProperties()
Get the extra properties associated with the access token that will be issued.Property[]
IntrospectionResponse. getProperties()
Get the extra properties associated with the access token.Property[]
TokenCreateRequest. getProperties()
Get the extra properties to associate with an access token which will be issued by this request.Property[]
TokenCreateResponse. getProperties()
Get the properties associated with the access token.Property[]
TokenInfo. getProperties()
Get the extra properties associated with the token.Property[]
TokenIssueRequest. getProperties()
Get the extra properties to associate with an access token which will be issued by this request.Property[]
TokenIssueResponse. getProperties()
Get the extra properties associated with the access token.Property[]
TokenRequest. getProperties()
Get the extra properties to associate with an access token which may be issued by this request.Property[]
TokenResponse. getProperties()
Get the extra properties associated with the access token.Property[]
TokenUpdateRequest. getProperties()
Get a new set of properties assigned to the access token.Property[]
TokenUpdateResponse. getProperties()
Get the properties associated with the access token.Property[]
UserInfoResponse. getProperties()
Get the extra properties associated with the access token.Property
Property. setHidden(boolean hidden)
Set this property hidden from or visible to client applications.Property
Property. setKey(String key)
Set the key.Property
Property. setValue(String value)
Set the value.Methods in com.authlete.common.dto with parameters of type Property Modifier and Type Method Description AccessToken
AccessToken. setProperties(Property[] properties)
Set the properties associated with the access token.AuthorizationIssueRequest
AuthorizationIssueRequest. setProperties(Property[] properties)
Set extra properties to associate with an access token and/or an authorization code which will be issued by this request.BackchannelAuthenticationCompleteRequest
BackchannelAuthenticationCompleteRequest. setProperties(Property[] properties)
Set extra properties associated with the access token.CredentialOfferCreateRequest
CredentialOfferCreateRequest. setProperties(Property[] properties)
Set the extra properties associated with the credential offer.CredentialOfferInfo
CredentialOfferInfo. setProperties(Property[] properties)
Set the extra properties associated with the credential offer.DeviceCompleteRequest
DeviceCompleteRequest. setProperties(Property[] properties)
Set extra properties associated with the access token that will be issued.void
IntrospectionResponse. setProperties(Property[] properties)
Set the extra properties associated with the access token.TokenCreateRequest
TokenCreateRequest. setProperties(Property[] properties)
Set extra properties to associate with an access token which will be issued by this request.TokenCreateResponse
TokenCreateResponse. setProperties(Property[] properties)
Set the properties associated with the access token.TokenInfo
TokenInfo. setProperties(Property[] properties)
Set the extra properties associated with the token.TokenIssueRequest
TokenIssueRequest. setProperties(Property[] properties)
Set extra properties to associate with an access token which will be issued by this request.void
TokenIssueResponse. setProperties(Property[] properties)
Set the extra properties associated with the access token.TokenRequest
TokenRequest. setProperties(Property[] properties)
Set extra properties to associate with an access token which may be issued by this request.void
TokenResponse. setProperties(Property[] properties)
Set the extra properties associated with the access token.TokenUpdateRequest
TokenUpdateRequest. setProperties(Property[] properties)
Set a new set of properties assigned to the access token.TokenUpdateResponse
TokenUpdateResponse. setProperties(Property[] properties)
Set the properties associated with the access token.void
UserInfoResponse. setProperties(Property[] properties)
Set the extra properties associated with the access token. -
Uses of Property in com.authlete.common.util
Methods in com.authlete.common.util with parameters of type Property Modifier and Type Method Description static String
Utils. stringifyProperties(Property[] properties)
Stringify an array ofProperty
.
-