public Set<String> getRoleSet(String key) {
   if (null != _roleAssignments) {
     return _roleAssignments.get(key);
   }
   return null;
 }