public class StorageAdapter extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageAdapter.Type |
| Modifier and Type | Field and Description |
|---|---|
Integer |
connectTimeoutSecs |
String |
feedcommContext |
String |
feedId |
String |
inventoryContext |
String |
metricsContext |
String |
password |
Integer |
readTimeoutSecs |
String |
securityRealmName |
String |
tenantId |
StorageAdapter.Type |
type |
String |
url |
String |
username |
| Constructor and Description |
|---|
StorageAdapter() |
StorageAdapter(StorageAdapter original) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
useSSL() |
void |
validate()
Checks the state of the object to ensure it is valid.
|
public StorageAdapter.Type type
public String url
public String tenantId
public String username
public String password
public String feedId
public String securityRealmName
public String inventoryContext
public String metricsContext
public String feedcommContext
public Integer connectTimeoutSecs
public Integer readTimeoutSecs
public StorageAdapter()
public StorageAdapter(StorageAdapter original)
public boolean useSSL()
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.