Interface MainAuthenticationConfigurer
- All Known Implementing Classes:
BasicAuthenticationConfigurer,JWTAuthenticationConfigurer
public interface MainAuthenticationConfigurer
Configure authentication on the embedded HTTP server.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureAuthentication(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)
-