Interface AuthenticationConfig.AuthenticationHandlerFactory
- Enclosing class:
AuthenticationConfig
public static interface AuthenticationConfig.AuthenticationHandlerFactory
-
Method Summary
Modifier and TypeMethodDescription<T extends io.vertx.ext.auth.authentication.AuthenticationProvider>
io.vertx.ext.web.handler.AuthenticationHandlercreateAuthenticationHandler(T authenticationProvider)
-
Method Details
-
createAuthenticationHandler
<T extends io.vertx.ext.auth.authentication.AuthenticationProvider> io.vertx.ext.web.handler.AuthenticationHandler createAuthenticationHandler(T authenticationProvider)
-