Uses of Interface
io.vertx.openapi.contract.SecurityScheme
Packages that use SecurityScheme
Package
Description
-
Uses of SecurityScheme in io.vertx.ext.web.openapi.router
Method parameters in io.vertx.ext.web.openapi.router with type arguments of type SecuritySchemeModifier and TypeMethodDescriptionSecurity.oauth2Handler(String callback, Function<SecurityScheme, OAuth2AuthHandler> factory) Configure theOAuth2AuthHandlerto be used when creating the router.default RouterBuilderSecurity.oauth2Handler(Function<SecurityScheme, OAuth2AuthHandler> factory) Configure theOAuth2AuthHandlerto be used when creating the router. -
Uses of SecurityScheme in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return SecuritySchemeModifier and TypeMethodDescriptionOpenAPIContract.securityScheme(String name) Gets the relatedSecuritySchemeobject based on the passed name. -
Uses of SecurityScheme in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return SecuritySchemeMethods in io.vertx.reactivex.openapi.contract with parameters of type SecuritySchemeModifier and TypeMethodDescriptionstatic SecuritySchemeSecurityScheme.newInstance(SecurityScheme arg) Constructors in io.vertx.reactivex.openapi.contract with parameters of type SecurityScheme -
Uses of SecurityScheme in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return SecuritySchemeMethods in io.vertx.rxjava3.openapi.contract with parameters of type SecuritySchemeModifier and TypeMethodDescriptionstatic SecuritySchemeSecurityScheme.newInstance(SecurityScheme arg) Constructors in io.vertx.rxjava3.openapi.contract with parameters of type SecurityScheme