Class CSRListResource


  • @RestController
    @RequestMapping("/api")
    public class CSRListResource
    extends Object
    REST controller for managing CSRView.
    • Constructor Detail

      • CSRListResource

        public CSRListResource()
    • Method Detail

      • getAllCertificates

        @GetMapping("/csrList")
        public org.springframework.http.ResponseEntity<List<CSRView>> getAllCertificates​(org.springframework.data.domain.Pageable pageable,
                                                                                         javax.servlet.http.HttpServletRequest request)
        GET /csrLisr : get all the csrs.
        Parameters:
        pageable - the pagination information.
        Returns:
        the ResponseEntity with status 200 (OK) and the list of certificates in body.