Description
The current implementation of org.apache.syncope.console.commons.XMLRolesReader can be improved in some ways:
- declare it with scope="singleton" in Spring to avoid multiple instantiations
- store relevant information when parsing and then read from this cache upon request