Class ScepOrderListResource


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

    • Method Detail

      • getScepOrderViews

        @GetMapping("/scepOrderList")
        @PreAuthorize("hasRole(\"ROLE_ADMIN\")")
        public org.springframework.http.ResponseEntity<List<ScepOrderView>> getScepOrderViews​(org.springframework.data.domain.Pageable pageable,
                                                                                              javax.servlet.http.HttpServletRequest request)
        GET /ScepOrderList : get all SCEP orders.
        Parameters:
        pageable - the pagination information.
        Returns:
        the ResponseEntity with status 200 (OK) and the list of SCEP orders in body.