Package com.stackrox.invoker.auth
Interface Authentication
- 
- All Known Implementing Classes:
 ApiKeyAuth,HttpBasicAuth,HttpBearerAuth
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-09-12T13:22:24.590850Z[Etc/UTC]", comments="Generator version: 7.14.0") public interface Authentication
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyToParams(List<com.stackrox.invoker.Pair> queryParams, Map<String,String> headerParams, Map<String,String> cookieParams, String payload, String method, URI uri)Apply authentication settings to header and query params. 
 - 
 
- 
- 
Method Detail
- 
applyToParams
void applyToParams(List<com.stackrox.invoker.Pair> queryParams, Map<String,String> headerParams, Map<String,String> cookieParams, String payload, String method, URI uri) throws com.stackrox.invoker.ApiException
Apply authentication settings to header and query params.- Parameters:
 queryParams- List of query parametersheaderParams- Map of header parameterscookieParams- Map of cookie parameterspayload- HTTP request bodymethod- HTTP methoduri- URI- Throws:
 com.stackrox.invoker.ApiException- if failed to update the parameters
 
 - 
 
 -