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