简体   繁体   English

代理中的WSO2 ESB安全处理程序

[英]WSO2 ESB Secure handler in proxy

I know that I can set up secure API 我知道我可以设置安全的API

https://docs.wso2.com/display/ESB481/Securing+APIs

but is it possible to set up secure proxy with my own handler? 但是可以使用我自己的处理程序设置安全代理吗?

You can't secure a Proxy service using a Handler as you did in API. 您不能像在API中那样使用处理程序来保护代理服务。 But you may consider using OAuth mediator for this purpose. 但是您可以考虑为此目的使用OAuth中介程序。 [1] If that does not cater your requirement, you may consider implementing a class mediator .[2][3][4] [1]如果这不能满足您的要求,则可以考虑实现类介体。[2] [3] [4]

[1] https://docs.wso2.com/display/ESB481/OAuth+Mediator [2] http://achala11.blogspot.com/2012/12/how-to-write-custom-mediator-wso2-esb.html [3] http://wso2.com/library/2898 [4] http://maninda.blogspot.com/2012/11/writing-custom-mediator-for-wso2-esb.html [1] https://docs.wso2.com/display/ESB481/OAuth+Mediator [2] http://achala11.blogspot.com/2012/12/how-to-write-custom-mediator-wso2-esb .html [3] http://wso2.com/library/2898 [4] http://maninda.blogspot.com/2012/11/writing-custom-mediator-for-wso2-esb.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM