Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
Modifier and Type | Method and Description |
---|---|
AuthToken |
SecureQueuedStorage.generateToken(String actionName) |
AuthToken |
SecureStorage.generateToken(String actionName)
Generates a token in the storage that can be used to authenticate cmd
channel requests.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SecureQueuedStorage.verifyToken(AuthToken token,
String actionName) |
boolean |
SecureStorage.verifyToken(AuthToken token,
String actionName)
Verifies the specified token and action in the storage.
|
Copyright © 2018. All rights reserved.