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