Uses of Class
io.vertx.reactivex.openapi.contract.SecurityScheme
-
Packages that use SecurityScheme Package Description io.vertx.reactivex.ext.web.openapi.router io.vertx.reactivex.openapi.contract -
-
Uses of SecurityScheme in io.vertx.reactivex.ext.web.openapi.router
Method parameters in io.vertx.reactivex.ext.web.openapi.router with type arguments of type SecurityScheme Modifier and Type Method Description RouterBuilder
Security. oauth2Handler(String callback, java.util.function.Function<SecurityScheme,OAuth2AuthHandler> factory)
Configure the to be used when creating the router.RouterBuilder
Security. oauth2Handler(java.util.function.Function<SecurityScheme,OAuth2AuthHandler> factory)
Configure the to be used when creating the router. -
Uses of SecurityScheme in io.vertx.reactivex.openapi.contract
Fields in io.vertx.reactivex.openapi.contract with type parameters of type SecurityScheme Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<SecurityScheme>
SecurityScheme. __TYPE_ARG
Methods in io.vertx.reactivex.openapi.contract that return SecurityScheme Modifier and Type Method Description static SecurityScheme
SecurityScheme. newInstance(SecurityScheme arg)
SecurityScheme
OpenAPIContract. securityScheme(String name)
Gets the relatedSecurityScheme
object based on the passed name.
-