| Package | Description |
|---|---|
| com.datadog.api.client | |
| com.datadog.api.client.auth |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Authentication> |
ApiClient.authentications |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
ApiClient.getAuthentication(String authName)
Get authentication for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Authentication> |
ApiClient.getAuthentications()
Get authentications (key: authentication name, value: authentication).
|
| Constructor and Description |
|---|
ApiClient(Map<String,Authentication> authMap)
Constructs a new ApiClient with the specified authentication parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApiKeyAuth |
class |
HttpBasicAuth |
class |
HttpBearerAuth |
class |
OAuth |
Copyright © 2024. All rights reserved.