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.PropertyProperty. setHidden(boolean hidden)Set this property hidden from or visible to client applications.PropertyProperty. setKey(String key)Set the key.PropertyProperty. setValue(String value)Set the value.Methods in com.authlete.common.dto with parameters of type Property Modifier and Type Method Description AccessTokenAccessToken. setProperties(Property[] properties)Set the properties associated with the access token.AuthorizationIssueRequestAuthorizationIssueRequest. setProperties(Property[] properties)Set extra properties to associate with an access token and/or an authorization code which will be issued by this request.BackchannelAuthenticationCompleteRequestBackchannelAuthenticationCompleteRequest. setProperties(Property[] properties)Set extra properties associated with the access token.CredentialOfferCreateRequestCredentialOfferCreateRequest. setProperties(Property[] properties)Set the extra properties associated with the credential offer.CredentialOfferInfoCredentialOfferInfo. setProperties(Property[] properties)Set the extra properties associated with the credential offer.DeviceCompleteRequestDeviceCompleteRequest. setProperties(Property[] properties)Set extra properties associated with the access token that will be issued.voidIntrospectionResponse. setProperties(Property[] properties)Set the extra properties associated with the access token.TokenCreateRequestTokenCreateRequest. setProperties(Property[] properties)Set extra properties to associate with an access token which will be issued by this request.TokenCreateResponseTokenCreateResponse. setProperties(Property[] properties)Set the properties associated with the access token.TokenInfoTokenInfo. setProperties(Property[] properties)Set the extra properties associated with the token.TokenIssueRequestTokenIssueRequest. setProperties(Property[] properties)Set extra properties to associate with an access token which will be issued by this request.voidTokenIssueResponse. setProperties(Property[] properties)Set the extra properties associated with the access token.TokenRequestTokenRequest. setProperties(Property[] properties)Set extra properties to associate with an access token which may be issued by this request.voidTokenResponse. setProperties(Property[] properties)Set the extra properties associated with the access token.TokenUpdateRequestTokenUpdateRequest. setProperties(Property[] properties)Set a new set of properties assigned to the access token.TokenUpdateResponseTokenUpdateResponse. setProperties(Property[] properties)Set the properties associated with the access token.voidUserInfoResponse. 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 StringUtils. stringifyProperties(Property[] properties)Stringify an array ofProperty.
-