Interface MainAuthenticationConfigurer

All Known Implementing Classes:
BasicAuthenticationConfigurer, JWTAuthenticationConfigurer

public interface MainAuthenticationConfigurer
Configure authentication on the embedded HTTP server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureAuthentication(org.apache.camel.component.platform.http.vertx.auth.AuthenticationConfig authenticationConfig, org.apache.camel.main.HttpServerConfigurationProperties properties)
     
  • Method Details

    • configureAuthentication

      void configureAuthentication(org.apache.camel.component.platform.http.vertx.auth.AuthenticationConfig authenticationConfig, org.apache.camel.main.HttpServerConfigurationProperties properties)