| java.lang.Object org.dbbrowser.drivermanager.ConnectionInfos
ConnectionInfos | public class ConnectionInfos (Code) | | This class stores the list of connection infos and the password used to encrypt the database passwords. If the
master password provided in the constructer is null, it defaults to "DBBrowser"
author: amangat |
ConnectionInfos | public ConnectionInfos(List listOfConnectionInfos, String inMasterPassword)(Code) | | Constructer
Parameters: listOfConnectionInfos - Parameters: masterPassword - |
getListOfConnectionInfos | public List getListOfConnectionInfos()(Code) | | Returns the list of connection infos
|
getMasterPassword | public String getMasterPassword()(Code) | | Returns the master password
|
isPasswordSetByUser | public Boolean isPasswordSetByUser()(Code) | | Returns true is password set by user
|
setMasterPassword | public void setMasterPassword(String masterPassword)(Code) | | Set the master password
Parameters: masterPassword - |
|
|