Updated to Auth 2.0

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@131488 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-09-19 13:07:08 +00:00
parent 096b18cdb8
commit afe7ee5881
2 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,9 @@ public class AccountingCommandGetFilterKeys implements AccountingCommand<ArrayLi
default:
return filterKeys;
}
logger.debug("AccountingPersistenceQuery.getQuerableKeys: "+keys);
for (String key : keys) {
if (key != null && !key.isEmpty()) {
filterKeys.add(new FilterKey(key));

View File

@ -163,6 +163,7 @@ public class XMLManager {
case JOB:
accountingModelBuilder = new AccountingModel4Job(
accountingStateData);
break;
case PORTLET:
case TASK:
default: