Interface PropertyFileAuthentication

All Superinterfaces:
AuthenticationProvider

public interface PropertyFileAuthentication extends AuthenticationProvider
Factory interface for creating property file based AuthenticationProvider instances.
Author:
Stephane Bastian
  • Method Details

    • create

      static PropertyFileAuthentication create(Vertx vertx, String path)
      Create a File authentication provider
      Parameters:
      vertx - the Vert.x instance
      Returns:
      the authentication provider