如何在Java中实现Web服务安全性

时间:2023-01-27 11:54:14

Does anyone have a recommendation about web service security architecture in Java (preferably under JBoss)? Any recommended reading?

有没有人有关于Java中的Web服务安全体系结构的建议(最好是在JBoss下)?有推荐的阅读吗?

I want to expose a fairly rich web service to the world but the data are sensitive and it requires authentication from the current client (Flex), accessed via RPC. I definitely do not want any server-side session state.

我想向世界公开一个相当丰富的Web服务,但数据是敏感的,它需要从当前客户端(Flex)进行身份验证,通过RPC访问。我绝对不希望任何服务器端会话状态。

What's the best way to go about implementing security through web services in Java/JBoss and where can I read about it?

在Java / JBoss中通过Web服务实现安全性的最佳方法是什么?我在哪里可以阅读它?

3 个解决方案

#1


1  

For web services security in JBoss, I would start by reading 8.4 WS-Security of the JBossWS User Guide.

对于JBoss中的Web服务安全性,我首先阅读JBossWS用户指南的8.4 WS-Security。

#2


2  

You could try:

你可以尝试:

如何在Java中实现Web服务安全性

#1


1  

For web services security in JBoss, I would start by reading 8.4 WS-Security of the JBossWS User Guide.

对于JBoss中的Web服务安全性,我首先阅读JBossWS用户指南的8.4 WS-Security。

#2


2  

You could try:

你可以尝试:

如何在Java中实现Web服务安全性

#3