I have a simple REST resource with secure role:
@Path("customer") @Produces(MediaType.APPLICATION_JSON) public interface CustomerResource { @GE