@FunctionalInterface
public interface TicketGrantingTicketResourceEntityResponseFactory
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
build(TicketGrantingTicket ticketGrantingTicket,
javax.servlet.http.HttpServletRequest request)
Build response response entity.
|
org.springframework.http.ResponseEntity<java.lang.String> build(TicketGrantingTicket ticketGrantingTicket, javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
ticketGrantingTicket
- the ticket granting ticketrequest
- the requestjava.lang.Exception
- the exception