Uses of Interface
io.vertx.openapi.contract.SecurityScheme
-
Packages that use SecurityScheme Package Description io.vertx.ext.web.openapi.router io.vertx.openapi.contract io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of SecurityScheme in io.vertx.ext.web.openapi.router
Method parameters in io.vertx.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 theOAuth2AuthHandler
to be used when creating the router.default RouterBuilder
Security. oauth2Handler(java.util.function.Function<SecurityScheme,OAuth2AuthHandler> factory)
Configure theOAuth2AuthHandler
to be used when creating the router. -
Uses of SecurityScheme in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return SecurityScheme Modifier and Type Method Description SecurityScheme
OpenAPIContract. securityScheme(String name)
Gets the relatedSecurityScheme
object based on the passed name. -
Uses of SecurityScheme in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return SecurityScheme Modifier and Type Method Description SecurityScheme
SecurityScheme. getDelegate()
Methods in io.vertx.reactivex.openapi.contract with parameters of type SecurityScheme Modifier and Type Method Description static SecurityScheme
SecurityScheme. newInstance(SecurityScheme arg)
Constructors in io.vertx.reactivex.openapi.contract with parameters of type SecurityScheme Constructor Description SecurityScheme(SecurityScheme delegate)
-
Uses of SecurityScheme in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return SecurityScheme Modifier and Type Method Description SecurityScheme
SecurityScheme. getDelegate()
Methods in io.vertx.rxjava3.openapi.contract with parameters of type SecurityScheme Modifier and Type Method Description static SecurityScheme
SecurityScheme. newInstance(SecurityScheme arg)
Constructors in io.vertx.rxjava3.openapi.contract with parameters of type SecurityScheme Constructor Description SecurityScheme(SecurityScheme delegate)
-