Class DefaultTicketGrantingTicketResourceEntityResponseFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<java.lang.String> build​(org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket, javax.servlet.http.HttpServletRequest request)
      Build response response entity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTicketGrantingTicketResourceEntityResponseFactory

        public DefaultTicketGrantingTicketResourceEntityResponseFactory()
    • Method Detail

      • build

        public org.springframework.http.ResponseEntity<java.lang.String> build​(org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket,
                                                                               javax.servlet.http.HttpServletRequest request)
                                                                        throws java.lang.Exception
        Description copied from interface: TicketGrantingTicketResourceEntityResponseFactory
        Build response response entity.
        Specified by:
        build in interface TicketGrantingTicketResourceEntityResponseFactory
        Parameters:
        ticketGrantingTicket - the ticket granting ticket
        request - the request
        Returns:
        the response entity
        Throws:
        java.lang.Exception - the exception