Help files and code to launch them added

This commit is contained in:
Jim Norman
2005-11-11 15:38:05 +00:00
parent 546dc8d0d6
commit 0e0c9d8abc
25 changed files with 2037 additions and 1218 deletions

View File

@@ -18,7 +18,7 @@ public class MiCasaTest {
store.setCredential(0, "JavaAppID", "Network", 0, "javaAppID Username", "javaAppID Password");
store.setCredential(0, "Groupwise", null, 0, "groupwise Username", "gw Password");
NetCredential nc = store.getCredential(0, "Groupwise", null, 0);
NetCredential nc = store.getCredential(0, "JavaAppID", null, 0);
System.out.println("Username: "+nc.getUsername());
System.out.println("Password: "+nc.getPassword());