Class CompositeServiceTicketResourceEntityResponseFactory

    • Field Summary

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete 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.
      int getOrder()  
      boolean supports​(org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.AuthenticationResult authenticationResult)
      Supports boolean.
      • Methods inherited from class java.lang.Object

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

      • CompositeServiceTicketResourceEntityResponseFactory

        public CompositeServiceTicketResourceEntityResponseFactory()
    • Method Detail

      • build

        public 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)
        Description copied from interface: ServiceTicketResourceEntityResponseFactory
        Build response response entity.
        Specified by:
        build in interface ServiceTicketResourceEntityResponseFactory
        Parameters:
        ticketGrantingTicket - the ticket granting ticket
        service - the service
        authenticationResult - the authentication result
        Returns:
        the response entity
      • supports

        public boolean supports​(org.apereo.cas.authentication.principal.WebApplicationService service,
                                org.apereo.cas.authentication.AuthenticationResult authenticationResult)
        Description copied from interface: ServiceTicketResourceEntityResponseFactory
        Supports boolean.
        Specified by:
        supports in interface ServiceTicketResourceEntityResponseFactory
        Parameters:
        service - the service
        authenticationResult - the authentication result
        Returns:
        true/false
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered