weblogic username
weblogic1
getWeblogicPassword()[0] = username = weblogic
getWeblogicPassword()[1] = password = weblogic1
-
ClearOrEncryptedService ClrOrEncSvc = new ClearOrEncryptedService(SerializedSystemIni.getEncryptionService(new File(dname).getAbsolutePath()));
-
if (p.getValue().toString().startsWith(PREFIX)) {
-
//System.out.println("key: \"" + ClrOrEncSvc.decrypt((String)p.getKey()) + "\"");
-
//System.out.println("UserName: " + ClrOrEncSvc.decrypt((String)p.getValue()));
-
}
-
else {
-
// System.out.println("UserPass: " + ClrOrEncSvc.decrypt((String)p.getValue()));
-
}
-
}
-
}
-
-
return ret;
-
}
RJM Article Type
Quick Reference