Interface PropertyFileAuthentication
- All Superinterfaces:
AuthenticationProvider
Factory interface for creating property file based
AuthenticationProvider instances.- Author:
- Stephane Bastian
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic PropertyFileAuthenticationCreate a File authentication providerMethods inherited from interface AuthenticationProvider
authenticate
-
Method Details
-
create
Create a File authentication provider- Parameters:
vertx- the Vert.x instance- Returns:
- the authentication provider
-