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 AuthorizationTicketInfoAuthorizationTicketInfoResponse. getInfo()Get the information about the ticket.AuthorizationTicketInfoAuthorizationTicketUpdateRequest. getInfo()Get the information about the ticket.AuthorizationTicketInfoAuthorizationTicketUpdateResponse. getInfo()Get the information about the ticket.AuthorizationTicketInfoAuthorizationIssueResponse. getTicketInfo()Get the information attached to the ticket that was presented to the/auth/authorization/issueAPI.AuthorizationTicketInfoAuthorizationTicketInfo. 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 AuthorizationTicketInfoResponseAuthorizationTicketInfoResponse. setInfo(AuthorizationTicketInfo info)Set the information about the ticket.AuthorizationTicketUpdateRequestAuthorizationTicketUpdateRequest. setInfo(AuthorizationTicketInfo info)Set the information about the ticket.AuthorizationTicketUpdateResponseAuthorizationTicketUpdateResponse. setInfo(AuthorizationTicketInfo info)Set the information about the ticket.voidAuthorizationIssueResponse. setTicketInfo(AuthorizationTicketInfo ticketInfo)Set the information attached to the ticket that was presented to the/auth/authorization/issueAPI.
-