@Override
 public Set<String> resolve(final Annotation[] annotations) {
   return SecurityHelper.getFilteringScopes(securityContext, annotations);
 }