Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 850 Bytes

File metadata and controls

22 lines (16 loc) · 850 Bytes

org.openapijsonschematools.client.components.securityschemes.HttpBasicTest

SecurityScheme HttpBasicTest

public class HttpBasicTest extends HttpBasicSecurityScheme

A class that is used to apply auth to a request

Description

http basic

Method Summary

Modifier and Type Method and Description
void applyAuth(Map<String, List> headers, String resourcePath, String method, HttpRequest.BodyPublisher bodyPublisher, @Nullable String queryParamsSuffix, List scopeNames)

Constructor Summary

Constructor and Description
HttpBasicTest(String userId, String password)

[Back to top] [Back to Component Security Schemes] [Back to README]