Uses of Class
fr.gouv.vitam.antivirus.client.invoker.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in fr.gouv.vitam.antivirus.client
Method parameters in fr.gouv.vitam.antivirus.client with type arguments of type PairModifier and TypeMethodDescription<T> TVitamApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, jakarta.ws.rs.core.GenericType<T> returnType) -
Uses of Pair in fr.gouv.vitam.antivirus.client.invoker
Methods in fr.gouv.vitam.antivirus.client.invoker that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.parameterToPairs(String collectionFormat, String name, Object value) Method parameters in fr.gouv.vitam.antivirus.client.invoker with type arguments of type PairModifier and TypeMethodDescription<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, jakarta.ws.rs.core.GenericType<T> returnType) Invoke API by sending HTTP request with the given options. -
Uses of Pair in fr.gouv.vitam.antivirus.client.invoker.auth
Method parameters in fr.gouv.vitam.antivirus.client.invoker.auth with type arguments of type PairModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams)