.addParam("DestPage", AmericanExpressAccountService.ACCOUNTS_URL)
.addParam("Logon", "Continue...")
.addParam("UserID", mUsername)
.addParam("Password", mPassword);
BankResponse loginResponse = post(loginRequest);
if (isLoginSuccessful(loginResponse)) {
this.setSessionActive(true);
getCache()
.put(new BankRequest(AmericanExpressAccountService.ACCOUNTS_URL),
loginResponse);