Class JasyptResource

java.lang.Object
org.apache.camel.quarkus.component.jasypt.it.JasyptResource

@Path("/jasypt") public class JasyptResource extends Object
  • Field Details

    • producerTemplate

      @Inject org.apache.camel.ProducerTemplate producerTemplate
    • camelContext

      @Inject org.apache.camel.CamelContext camelContext
  • Constructor Details

    • JasyptResource

      public JasyptResource()
  • Method Details

    • decryptConfiguration

      @Path("/decrypt/configuration/{configKey}") @GET @Produces("text/plain") public String decryptConfiguration(@PathParam("configKey") String configKey, @QueryParam("endpointURI") String endpointURI)
    • decryptConfiguration

      @Path("/decrypt/injected/configuration/{endpointUri}") @GET @Produces("text/plain") public String decryptConfiguration(@PathParam("endpointUri") String endpointUri)
    • assertMockEndpoint

      @Path("/timer/mock/results") @GET public void assertMockEndpoint(@QueryParam("expectedMessageCount") int expectedMessageCount) throws Exception
      Throws:
      Exception
    • connectToSecureDatabase

      @Path("/secure/database") @GET @Produces("text/plain") public String connectToSecureDatabase() throws SQLException
      Throws:
      SQLException
    • directComponentTimeout

      @Path("/secure/direct/component") @GET @Produces("text/plain") public long directComponentTimeout()