Uses of Class
com.authlete.common.dto.AuthorizationTicketInfo
-
Packages that use AuthorizationTicketInfo Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of AuthorizationTicketInfo in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationTicketInfo Modifier and Type Method Description AuthorizationTicketInfo
AuthorizationTicketInfoResponse. getInfo()
Get the information about the ticket.AuthorizationTicketInfo
AuthorizationTicketUpdateRequest. getInfo()
Get the information about the ticket.AuthorizationTicketInfo
AuthorizationTicketUpdateResponse. getInfo()
Get the information about the ticket.AuthorizationTicketInfo
AuthorizationIssueResponse. getTicketInfo()
Get the information attached to the ticket that was presented to the/auth/authorization/issue
API.AuthorizationTicketInfo
AuthorizationTicketInfo. setContext(String context)
Set the arbitrary text attached to the ticket.Methods in com.authlete.common.dto with parameters of type AuthorizationTicketInfo Modifier and Type Method Description AuthorizationTicketInfoResponse
AuthorizationTicketInfoResponse. setInfo(AuthorizationTicketInfo info)
Set the information about the ticket.AuthorizationTicketUpdateRequest
AuthorizationTicketUpdateRequest. setInfo(AuthorizationTicketInfo info)
Set the information about the ticket.AuthorizationTicketUpdateResponse
AuthorizationTicketUpdateResponse. setInfo(AuthorizationTicketInfo info)
Set the information about the ticket.void
AuthorizationIssueResponse. setTicketInfo(AuthorizationTicketInfo ticketInfo)
Set the information attached to the ticket that was presented to the/auth/authorization/issue
API.
-