-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.3.0
-
Fix Version/s: 1.3.0
-
Component/s: None
-
Labels:None
The Roles interface now is kind of messy, because it has a DB-specific function:
public ImmutableSet<String> getRoles(@Nullable String database, String group, Boolean isURI);
It makes more sense to just have a Roles class that store roles, and have the PolicyEngine do the service-specific calculations.