在扩展ServerResource类的资源类中,我需要访问用户名并将其存储在db中,以便进行审计。
我关注下面的链接也是如此
https://docs.wso2.com/display/AM180/Passing+Enduser+Attributes+to+the+Backend+Using+JWT
但是不确定如何访问我的资源类中的用户名。有没有人能同样帮助我。
谢谢。~Shyam
发布于 2015-09-22 23:59:11
感谢Thierry,您的信息帮助我从restlet中提取了标题,但为了破译令牌,我遵循了以下链接
http://lalajisureshika.blogspot.in/2013/06/passing-end-user-details-from-client-to.html
https://stackoverflow.com/questions/32520707
复制相似问题