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

com.unblu.webapi.jersey.v4.invoker.auth.Authentication Maven / Gradle / Ivy

There is a newer version: 8.8.2
Show newest version

package com.unblu.webapi.jersey.v4.invoker.auth;

import java.util.List;
import java.util.Map;

import com.unblu.webapi.jersey.v4.invoker.Pair;

public interface Authentication {
	/**
	 * Apply authentication settings to header and query params.
	 *
	 * @param queryParams List of query parameters
	 * @param headerParams Map of header parameters
	 */
	void applyToParams(List queryParams, Map headerParams);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy