values.add(value);
return javax.annotation.security.RolesAllowed.class;
return javax.annotation.security.RolesAllowed.class.getName();
String[] value = new String[values.size()]; values.toArray(value); return value;