Package io.vertx.ext.auth.properties
Interface PropertyFileAuthentication
-
- All Superinterfaces:
AuthenticationProvider
public interface PropertyFileAuthentication extends AuthenticationProvider
Factory interface for creating property file basedAuthenticationProvider
instances.- Author:
- Stephane Bastian
-
-
Method Summary
Static Methods Modifier and Type Method Description static PropertyFileAuthentication
create(Vertx vertx, String path)
Create a File authentication provider-
Methods inherited from interface io.vertx.ext.auth.authentication.AuthenticationProvider
authenticate
-
-
-
-
Method Detail
-
create
static PropertyFileAuthentication create(Vertx vertx, String path)
Create a File authentication provider- Parameters:
vertx
- the Vert.x instance- Returns:
- the authentication provider
-
-