protected void add(SimpleAccount account) {
   Object key = getAuthorizationCacheKey(account.getPrincipals());
   getAuthorizationCache().put(key, account);
 }