| Package | Description |
|---|---|
| com.redhat.thermostat.storage.core | |
| com.redhat.thermostat.storage.internal | |
| com.redhat.thermostat.web.client.internal |
| Modifier and Type | Method and Description |
|---|---|
DbService |
DbServiceFactory.createDbService(String username,
String password,
String dbUrl)
|
AuthToken |
SecureStorage.generateToken()
Generates a token in the storage that can be used to authenticate cmd channel requests.
|
AuthToken |
SecureQueuedStorage.generateToken() |
| Modifier and Type | Method and Description |
|---|---|
static DbService |
DbServiceImpl.create(String username,
String password,
String dbUrl)
Factory method for creating a DbService instance.
|
| Modifier and Type | Method and Description |
|---|---|
AuthToken |
WebStorage.generateToken() |
long |
WebStorage.getCount(Category<?> category) |
InputStream |
WebStorage.loadFile(String name) |
void |
WebStorage.purge(String agentId) |
void |
WebStorage.registerCategory(Category<?> category) |
void |
WebStorage.removePojo(Remove remove) |
void |
WebStorage.saveFile(String name,
InputStream in) |
| Constructor and Description |
|---|
WebStorage(StartupConfiguration config) |
Copyright © 2013. All Rights Reserved.