Interface AuthenticationConfig.AuthenticationProviderFactory

Enclosing class:
AuthenticationConfig

public static interface AuthenticationConfig.AuthenticationProviderFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.ext.auth.authentication.AuthenticationProvider
    createAuthenticationProvider(io.vertx.core.Vertx vertx)
     
  • Method Details

    • createAuthenticationProvider

      io.vertx.ext.auth.authentication.AuthenticationProvider createAuthenticationProvider(io.vertx.core.Vertx vertx)