|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfigManager
A store for various configuration and platform information.
Method Summary | |
---|---|
void |
clearLoginCredentials()
Clears the login credentials |
void |
closeEnabler()
Clean up any internal resources. |
void |
setLoginCredentials(String user,
String password)
Sets the login credentials used for basic authentication |
void |
setTestMode(boolean testMode)
Sets the Config Manager into test mode. |
Method Detail |
---|
void setLoginCredentials(String user, String password)
user
- Username to be usedpassword
- Password to be usedvoid clearLoginCredentials()
void setTestMode(boolean testMode)
testMode
- if true, sets the Config Manager in to test mode.
Else, sets the ConfigManager to not be in test mode.void closeEnabler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |