public interface Infrastructure
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String toDecrypt) |
String |
encrypt(String toEncrypt) |
String |
getClientID(String token) |
String |
getCurrentContext() |
String |
getCurrentContextName() |
String |
getCurrentToken() |
Map<String,String> |
getEnvironmentConfigurationParameters() |
DatabaseConnectionDescriptor |
queryForDatabase(String category,
String name) |
void |
setToken(String token) |
String getCurrentToken()
String getCurrentContext()
String getCurrentContextName()
void setToken(String token)
DatabaseConnectionDescriptor queryForDatabase(String category, String name) throws InternalError
InternalErrorCopyright © 2020. All Rights Reserved.