Uses of Interface
io.vertx.ext.auth.properties.PropertyFileAuthentication
- 
Packages that use PropertyFileAuthentication Package Description io.vertx.ext.auth.properties io.vertx.reactivex.ext.auth.properties io.vertx.rxjava3.ext.auth.properties 
- 
- 
Uses of PropertyFileAuthentication in io.vertx.ext.auth.propertiesMethods in io.vertx.ext.auth.properties that return PropertyFileAuthentication Modifier and Type Method Description static PropertyFileAuthenticationPropertyFileAuthentication. create(Vertx vertx, String path)Create a File authentication provider
- 
Uses of PropertyFileAuthentication in io.vertx.reactivex.ext.auth.propertiesMethods in io.vertx.reactivex.ext.auth.properties that return PropertyFileAuthentication Modifier and Type Method Description PropertyFileAuthenticationPropertyFileAuthentication. getDelegate()Methods in io.vertx.reactivex.ext.auth.properties with parameters of type PropertyFileAuthentication Modifier and Type Method Description static PropertyFileAuthenticationPropertyFileAuthentication. newInstance(PropertyFileAuthentication arg)Constructors in io.vertx.reactivex.ext.auth.properties with parameters of type PropertyFileAuthentication Constructor Description PropertyFileAuthentication(PropertyFileAuthentication delegate)
- 
Uses of PropertyFileAuthentication in io.vertx.rxjava3.ext.auth.propertiesMethods in io.vertx.rxjava3.ext.auth.properties that return PropertyFileAuthentication Modifier and Type Method Description PropertyFileAuthenticationPropertyFileAuthentication. getDelegate()Methods in io.vertx.rxjava3.ext.auth.properties with parameters of type PropertyFileAuthentication Modifier and Type Method Description static PropertyFileAuthenticationPropertyFileAuthentication. newInstance(PropertyFileAuthentication arg)Constructors in io.vertx.rxjava3.ext.auth.properties with parameters of type PropertyFileAuthentication Constructor Description PropertyFileAuthentication(PropertyFileAuthentication delegate)
 
-