Interface PropertyFileAuthorization

All Superinterfaces:
AuthorizationProvider

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

    • create

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