Package io.lakefs.clients.api.auth
Interface Authentication
-
- All Known Implementing Classes:
ApiKeyAuth,HttpBasicAuth,HttpBearerAuth
public interface Authentication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyToParams(List<Pair> queryParams, Map<String,String> headerParams, Map<String,String> cookieParams)Apply authentication settings to header and query params.
-
-
-
Method Detail
-
applyToParams
void applyToParams(List<Pair> queryParams, Map<String,String> headerParams, Map<String,String> cookieParams)
Apply authentication settings to header and query params.- Parameters:
queryParams- List of query parametersheaderParams- Map of header parameterscookieParams- Map of cookie parameters
-
-