public Principal getUser(String username) {
   return _realPricipalDatabase.getUser(username);
 }