Class PrivateKeyEndpoint


  • @RequestScoped
    @Path("/endp")
    public class PrivateKeyEndpoint
    extends Object
    The common endpoint used by the various private key config tests
    • Constructor Detail

      • PrivateKeyEndpoint

        public PrivateKeyEndpoint()
    • Method Detail

      • verifyKeyLocationAsPEMResource

        @GET
        @Path("/verifyKeyLocationAsPEMResource")
        @Produces("application/json")
        @RolesAllowed("Tester")
        public jakarta.json.JsonObject verifyKeyLocationAsPEMResource()
      • verifyKeyLocationAsJWKResource

        @GET
        @Path("/verifyKeyLocationAsJWKResource")
        @Produces("application/json")
        @RolesAllowed("Tester")
        public jakarta.json.JsonObject verifyKeyLocationAsJWKResource​(@QueryParam("kid")
                                                                      String kid)
      • verifyKeyLocationAsJWKSResource

        @GET
        @Path("/verifyKeyLocationAsJWKSResource")
        @Produces("application/json")
        @RolesAllowed("Tester")
        public jakarta.json.JsonObject verifyKeyLocationAsJWKSResource​(@QueryParam("kid")
                                                                       String kid)