Interface Authentication

All Known Implementing Classes:
ApiKeyAuth, HttpBasicAuth, HttpBearerAuth

public interface Authentication
  • Method Summary

    Modifier and Type Method Description
    void applyToParams​(java.util.List<Pair> queryParams, io.vertx.core.MultiMap headerParams)
    Apply authentication settings to header and query params.
  • Method Details

    • applyToParams

      void applyToParams​(java.util.List<Pair> queryParams, io.vertx.core.MultiMap headerParams)
      Apply authentication settings to header and query params.
      Parameters:
      queryParams - List of query parameters
      headerParams - Map of header parameters