| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| com.authlete.common.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Property[] |
TokenResponse.getProperties()
Get the extra properties associated with the access token.
|
Property[] |
DeviceCompleteRequest.getProperties()
Get the extra properties associated with the access token that will be
issued.
|
Property[] |
TokenCreateResponse.getProperties()
Get the properties associated with the access token.
|
Property[] |
AccessToken.getProperties()
Get the properties associated with the access token.
|
Property[] |
TokenUpdateResponse.getProperties()
Get the properties associated with the access token.
|
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[] |
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[] |
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[] |
TokenIssueRequest.getProperties()
Get the extra properties to associate with an access token which
will be issued by this request.
|
Property[] |
BackchannelAuthenticationCompleteRequest.getProperties()
Get the extra properties associated with the access token.
|
Property[] |
UserInfoResponse.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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenResponse.setProperties(Property[] properties)
Set the extra properties associated with the access token.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setProperties(Property[] properties)
Set extra properties associated with the access token that will be
issued.
|
TokenCreateResponse |
TokenCreateResponse.setProperties(Property[] properties)
Set the properties associated with the access token.
|
AccessToken |
AccessToken.setProperties(Property[] properties)
Set the properties associated with the access token.
|
TokenUpdateResponse |
TokenUpdateResponse.setProperties(Property[] properties)
Set the properties associated with the access token.
|
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 |
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.
|
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.
|
TokenIssueRequest |
TokenIssueRequest.setProperties(Property[] properties)
Set extra properties to associate with an access token which will
be issued by this request.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setProperties(Property[] properties)
Set extra properties associated with the access token.
|
void |
UserInfoResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.stringifyProperties(Property[] properties)
Stringify an array of
Property. |
Copyright © 2019. All rights reserved.