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.properties
Methods in io.vertx.ext.auth.properties that return PropertyFileAuthentication Modifier and Type Method Description static PropertyFileAuthentication
PropertyFileAuthentication. create(Vertx vertx, String path)
Create a File authentication provider -
Uses of PropertyFileAuthentication in io.vertx.reactivex.ext.auth.properties
Methods in io.vertx.reactivex.ext.auth.properties that return PropertyFileAuthentication Modifier and Type Method Description PropertyFileAuthentication
PropertyFileAuthentication. getDelegate()
Methods in io.vertx.reactivex.ext.auth.properties with parameters of type PropertyFileAuthentication Modifier and Type Method Description static PropertyFileAuthentication
PropertyFileAuthentication. 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.properties
Methods in io.vertx.rxjava3.ext.auth.properties that return PropertyFileAuthentication Modifier and Type Method Description PropertyFileAuthentication
PropertyFileAuthentication. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.properties with parameters of type PropertyFileAuthentication Modifier and Type Method Description static PropertyFileAuthentication
PropertyFileAuthentication. newInstance(PropertyFileAuthentication arg)
Constructors in io.vertx.rxjava3.ext.auth.properties with parameters of type PropertyFileAuthentication Constructor Description PropertyFileAuthentication(PropertyFileAuthentication delegate)
-