Uses of Interface
io.vertx.ext.web.openapi.router.Security
-
Packages that use Security Package Description io.vertx.ext.web.openapi.router io.vertx.reactivex.ext.web.openapi.router io.vertx.rxjava3.ext.web.openapi.router -
-
Uses of Security in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router that return Security Modifier and Type Method Description Security
RouterBuilder. security(String securitySchemeName)
Creates a new security scheme for the requiredAuthenticationHandler
. -
Uses of Security in io.vertx.reactivex.ext.web.openapi.router
Methods in io.vertx.reactivex.ext.web.openapi.router that return Security Modifier and Type Method Description Security
Security. getDelegate()
Methods in io.vertx.reactivex.ext.web.openapi.router with parameters of type Security Modifier and Type Method Description static Security
Security. newInstance(Security arg)
Constructors in io.vertx.reactivex.ext.web.openapi.router with parameters of type Security Constructor Description Security(Security delegate)
-
Uses of Security in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router that return Security Modifier and Type Method Description Security
Security. getDelegate()
Methods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type Security Modifier and Type Method Description static Security
Security. newInstance(Security arg)
Constructors in io.vertx.rxjava3.ext.web.openapi.router with parameters of type Security Constructor Description Security(Security delegate)
-