Interface ServiceTicketResourceEntityResponseFactory

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<java.lang.String> build​(java.lang.String ticketGrantingTicket, org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.AuthenticationResult authenticationResult)
      Build response response entity.
      boolean supports​(org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.AuthenticationResult authenticationResult)
      Supports boolean.
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Method Detail

      • build

        org.springframework.http.ResponseEntity<java.lang.String> build​(java.lang.String ticketGrantingTicket,
                                                                        org.apereo.cas.authentication.principal.WebApplicationService service,
                                                                        org.apereo.cas.authentication.AuthenticationResult authenticationResult)
        Build response response entity.
        Parameters:
        ticketGrantingTicket - the ticket granting ticket
        service - the service
        authenticationResult - the authentication result
        Returns:
        the response entity
      • supports

        boolean supports​(org.apereo.cas.authentication.principal.WebApplicationService service,
                         org.apereo.cas.authentication.AuthenticationResult authenticationResult)
        Supports boolean.
        Parameters:
        service - the service
        authenticationResult - the authentication result
        Returns:
        true/false