标签: api web-applications jersey
我想提取在我的资源文件中发送请求的客户端的令牌,确切地说是在函数中,以便给出适当的响应。 例如在这里:
@GET @Produces(MediaType.APPLICATION_JSON) public List<Customer_api> getAllCustomers() { return CustomerService.getAllCustomer(); }
我希望在此函数收到请求后提取请求的授权标头。 用汗布打造api。 谢谢
答案 0 :(得分:0)
请使用Jersey安全上下文 more description