Class PasswordPrompter
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.plugin.datastore.PasswordPrompter
-
public class PasswordPrompter extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordPrompter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataStoreConnection
getOpenConnection(ConnectionManager connectionManager, ConnectionDescriptor connectionDescriptor, Component parentComponent)
static void
main(String[] args)
-
-
-
Method Detail
-
getOpenConnection
public DataStoreConnection getOpenConnection(ConnectionManager connectionManager, ConnectionDescriptor connectionDescriptor, Component parentComponent) throws Exception
- Throws:
Exception
-
main
public static void main(String[] args) throws InterruptedException, InvocationTargetException
-
-