Package | Description |
---|---|
com.redhat.thermostat.storage.core |
Modifier and Type | Method and Description |
---|---|
AuthToken |
SecureStorage.generateToken(String actionName)
Generates a token in the storage that can be used to authenticate cmd
channel requests.
|
AuthToken |
SecureQueuedStorage.generateToken(String actionName) |
Modifier and Type | Method and Description |
---|---|
boolean |
SecureStorage.verifyToken(AuthToken token,
String actionName)
Verifies the specified token and action in the storage.
|
boolean |
SecureQueuedStorage.verifyToken(AuthToken token,
String actionName) |
Copyright © 2015. All rights reserved.