Interface Authentication

All Known Implementing Classes:
ApiKeyAuth, HttpBasicAuth, OAuth

public interface Authentication
Representing a method to authenticate at the REST API
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams)
    Apply authentication settings to header and / or query parameters.
  • Method Details

    • applyToParams

      void applyToParams(@Nonnull org.springframework.util.MultiValueMap<String,String> queryParams, @Nonnull org.springframework.http.HttpHeaders headerParams)
      Apply authentication settings to header and / or query parameters.
      Parameters:
      queryParams - The query parameters for the request
      headerParams - The header parameters for the request