Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JAX-WS and Security

  Asked By: Seth    Date: Aug 12    Category: Java    Views: 616
  

I have developed a Web service using JAX-WS in eclipse and now I want to secure it. what shall I do?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Fedde Bakker     Answered On: Aug 12

1- you could use HTTPS (SSL) for securing channel.
2- you could use role-based and security-domain for limit accessibility.
3- you could use authentication and authorization library like JAAS
4- you could use message-level security  by
Kerberos token
Username token
LTPA token
X.509 token

 
Didn't find what you were looking for? Find more on JAX-WS and Security Or get search suggestion and latest updates.




Tagged: