Uses of Class
io.vertx.reactivex.ext.web.openapi.router.Security
-
Packages that use Security Package Description io.vertx.reactivex.ext.web.openapi.router -
-
Uses of Security in io.vertx.reactivex.ext.web.openapi.router
Fields in io.vertx.reactivex.ext.web.openapi.router with type parameters of type Security Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Security>
Security. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.openapi.router that return Security Modifier and Type Method Description static Security
Security. newInstance(Security arg)
Security
RouterBuilder. security(String securitySchemeName)
Creates a new security scheme for the required .
-