Uses of Class
io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
-
Packages that use PropertyFileAuthentication Package Description io.vertx.mutiny.ext.auth.properties -
-
Uses of PropertyFileAuthentication in io.vertx.mutiny.ext.auth.properties
Fields in io.vertx.mutiny.ext.auth.properties with type parameters of type PropertyFileAuthentication Modifier and Type Field Description static TypeArg<PropertyFileAuthentication>
PropertyFileAuthentication. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.properties that return PropertyFileAuthentication Modifier and Type Method Description static PropertyFileAuthentication
PropertyFileAuthentication. create(Vertx vertx, String path)
static PropertyFileAuthentication
PropertyFileAuthentication. newInstance(io.vertx.ext.auth.properties.PropertyFileAuthentication arg)
-