54555657585960
if (username == null) { throw new AccountException("Null usernames are not allowed by this realm."); } String password = jsonDbService.getPassword(username); return new SimpleAuthenticationInfo(username, password, this.getName()); }