Help files and code to launch them added
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user