Interface AuthenticationConfig.AuthenticationHandlerFactory

Enclosing class:
AuthenticationConfig

public static interface AuthenticationConfig.AuthenticationHandlerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends io.vertx.ext.auth.authentication.AuthenticationProvider>
    io.vertx.ext.web.handler.AuthenticationHandler
    createAuthenticationHandler(T authenticationProvider)
     
  • Method Details

    • createAuthenticationHandler

      <T extends io.vertx.ext.auth.authentication.AuthenticationProvider> io.vertx.ext.web.handler.AuthenticationHandler createAuthenticationHandler(T authenticationProvider)