コード例 #1
0
 @GET
 public Response getIds() {
   return Response.ok(
           new OrphanedTrustEntityList(orphanedTrustDetector.findOrphanedTrustCertificates()))
       .build();
 }