Interface Authentication

    • 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 parameters
        headerParams - Map of header parameters
        cookieParams - Map of cookie parameters
        payload - HTTP request body
        method - HTTP method
        uri - URI
        Throws:
        com.stackrox.invoker.ApiException - if failed to update the parameters