Interface Authenticator

    • Method Detail

      • authenticate

        Authenticator authenticate​(io.vertx.core.Vertx vertx,
                                   Map<String,​String> config,
                                   io.vertx.core.MultiMap headerMap,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
        Authenticate the call.
        Parameters:
        vertx -
        config -
        headerMap - header(s) may be set by the authenticator.
        resultHandler - invoked with result of the authentication.
        Returns:
        fluent