Class AuthenticationConfig.AuthenticationConfigEntry
java.lang.Object
org.apache.camel.component.platform.http.vertx.auth.AuthenticationConfig.AuthenticationConfigEntry
- Enclosing class:
AuthenticationConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createAuthenticationHandler(io.vertx.core.Vertx vertx) getPath()voidsetAuthenticationHandlerFactory(AuthenticationConfig.AuthenticationHandlerFactory authenticationHandlerFactory) voidsetAuthenticationProviderFactory(AuthenticationConfig.AuthenticationProviderFactory authenticationProviderFactory) void
-
Constructor Details
-
AuthenticationConfigEntry
public AuthenticationConfigEntry()
-
-
Method Details
-
createAuthenticationHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createAuthenticationHandler(io.vertx.core.Vertx vertx) -
getPath
-
setPath
-
getAuthenticationProviderFactory
-
setAuthenticationProviderFactory
public void setAuthenticationProviderFactory(AuthenticationConfig.AuthenticationProviderFactory authenticationProviderFactory) -
getAuthenticationHandlerFactory
-
setAuthenticationHandlerFactory
public void setAuthenticationHandlerFactory(AuthenticationConfig.AuthenticationHandlerFactory authenticationHandlerFactory)
-