All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.genesys.glis.v1.invoker.auth.Authentication Maven / Gradle / Ivy

Go to download

API client for the Global Information System for plant genetic resources for food and agriculture (PGRFA) with Spring REST template

There is a newer version: 1.3
Show newest version
package org.genesys.glis.v1.invoker.auth;

import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;

public interface Authentication {
    /** 
     * Apply authentication settings to header and / or query parameters.
     * @param queryParams The query parameters for the request 
     * @param headerParams The header parameters for the request
     */
    public void applyToParams(MultiValueMap queryParams, HttpHeaders headerParams);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy