aspose file tools
The moose likes JBoss and the fly likes Some questions on securing a web service on a per method basis. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Some questions on securing a web service on a per method basis." Watch "Some questions on securing a web service on a per method basis." New topic
Author

Some questions on securing a web service on a per method basis.

Steve Vittoria
Ranch Hand

Joined: Jan 12, 2005
Posts: 33

Hi everyone,

I'm working with JBoss 4.3, and I've already been able to secure my web service with the following code...



That works fine, but is it possible with JBoss 4.3 to secure a web service at the method level? So basically some clients can only access getPatientName, while other clients can access getPatientAddress.

My other question, can I provide my client with a WSDL file that hides some of the methods, so that the client cannot even see the methods that he/she doesn't have access to?

Again, keep in mind that I'm using JBoss EAP 4.3.

Thanks everyone!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Some questions on securing a web service on a per method basis.
 
Similar Threads
ISPs, EJB, databases and Security
How to configure JBoss to call a web service that is hosted on Tomcat using https
security through obscurity in corba....
Declarative Security, Authorization and SSL
How can I secure a web service?