Class SecurityScheme


  • public class SecurityScheme
    extends Object
    An authentication handler factory. This class will hold factories for creating objects.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Field Detail

      • __TYPE_ARG

        public static final io.smallrye.mutiny.vertx.TypeArg<SecurityScheme> __TYPE_ARG
    • Constructor Detail

      • SecurityScheme

        public SecurityScheme​(io.vertx.ext.web.openapi.SecurityScheme delegate)
      • SecurityScheme

        public SecurityScheme​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.openapi.SecurityScheme getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • bindBlocking

        public RouterBuilder bindBlocking​(Function<io.vertx.core.json.JsonObject,​io.vertx.mutiny.ext.web.handler.AuthenticationHandler> factory)
      • bind

        @CheckReturnValue
        public io.smallrye.mutiny.Uni<RouterBuilder> bind​(Function<io.vertx.core.json.JsonObject,​io.smallrye.mutiny.Uni<io.vertx.mutiny.ext.web.handler.AuthenticationHandler>> factory)
      • bindAndAwait

        public RouterBuilder bindAndAwait​(Function<io.vertx.core.json.JsonObject,​io.smallrye.mutiny.Uni<io.vertx.mutiny.ext.web.handler.AuthenticationHandler>> factory)
      • bindAndForget

        public void bindAndForget​(Function<io.vertx.core.json.JsonObject,​io.smallrye.mutiny.Uni<io.vertx.mutiny.ext.web.handler.AuthenticationHandler>> factory)
      • newInstance

        public static SecurityScheme newInstance​(io.vertx.ext.web.openapi.SecurityScheme arg)