Interface Infrastructure
-
- All Known Implementing Classes:
InfrastructureUtilsImpl
public interface Infrastructure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdecrypt(String toDecrypt)Stringencrypt(String toEncrypt)StringgetClientID(String token)StringgetCurrentContext()StringgetCurrentContextName()StringgetCurrentToken()Map<String,String>getEnvironmentConfigurationParameters()DatabaseConnectionDescriptorqueryForDatabase(String category, String name)voidsetToken(String token)
-
-
-
Method Detail
-
getCurrentToken
String getCurrentToken()
-
getCurrentContext
String getCurrentContext()
-
getCurrentContextName
String getCurrentContextName()
-
setToken
void setToken(String token)
-
queryForDatabase
DatabaseConnectionDescriptor queryForDatabase(String category, String name) throws InternalError
- Throws:
InternalError
-
-