return list;
}
/** Save the current state of the access rules and invalidate caches */
public void saveAccessRules() {
BasicAccessRuleSetDecoder barsd = new BasicAccessRuleSetDecoder(currentRole, currentCAs, currentEndEntityRules, currentEndEntityProfiles, currentOtherRules);
try {
getAuthorizationDataHandler().replaceAccessRules(getCurrentAdminGroup(), barsd.getCurrentAdvancedRuleSet());
} catch (AuthorizationDeniedException e) {
addErrorMessage("AUTHORIZATIONDENIED");
}
basicAccessRuleSetEncoderCache = null; // We want this to be re-read
getEjbcaWebBean().getInformationMemory().administrativePriviledgesEdited();