简体   繁体   English

如何限制具有有效会话ID的用户使用Rest Client访问我们的服务?

[英]How do i restrict a User Accessing our services using Rest Client with a valid Session ID?

I have a Application , where i need to restirct the access to my Webservices if he tries to access the Services with his Session ID ?? 我有一个应用程序,如果他尝试使用其会话ID访问服务,我需要在其中停止对Web服务的访问?

I mean once he logouts out of the Application , but he may access our Services based on Session ID using a Rest Client ?? 我的意思是,一旦他注销了应用程序,但他可以使用Rest Client根据会话ID访问我们的服务?

添加身份验证过滤器,以检查用户是否在请求进入REST Servlet之前登录

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

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