@GET
 public Response getIds() {
   return Response.ok(
           new OrphanedTrustEntityList(orphanedTrustDetector.findOrphanedTrustCertificates()))
       .build();
 }