Uses of Class
com.authlete.common.dto.UserInfoIssueResponse
-
Packages that use UserInfoIssueResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of UserInfoIssueResponse in com.authlete.common.api
Methods in com.authlete.common.api that return UserInfoIssueResponse Modifier and Type Method Description UserInfoIssueResponse
AuthleteApi. userinfoIssue(UserInfoIssueRequest request)
Call Authlete's/auth/userinfo/issue
API. -
Uses of UserInfoIssueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return UserInfoIssueResponse Modifier and Type Method Description UserInfoIssueResponse
UserInfoIssueResponse. setAction(UserInfoIssueResponse.Action action)
Set the next action that the service implementation should take.UserInfoIssueResponse
UserInfoIssueResponse. setContentDigest(String contentDigest)
Set theContent-Digest
header value to add to the response message.UserInfoIssueResponse
UserInfoIssueResponse. setResponseContent(String content)
Set the response content which can be used as the entity body of the response returned to the client application.UserInfoIssueResponse
UserInfoIssueResponse. setSignature(String signature)
Set theSignature
header value to add to the response message.UserInfoIssueResponse
UserInfoIssueResponse. setSignatureInput(String signatureInput)
Set theSignature-Input
header value to add to the response message.
-