Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Users, security and roles in web app development

  Asked By: Loretta    Date: Oct 15    Category: Java    Views: 661
  

I'm developing web services over Tomcat 5. Now we have
implemented users security and roles with
listeners/filters, but I don't know if it is the best
solution.
May be we have to deploy security and users roles with
Tomcat realms or with other solution?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Waggoner Fischer     Answered On: Oct 15

To implement authentication and authorization, new one has come up..
JAAS - Java Authentication and Authorization Service..Hope it's coming
with tomcat..
For more information see java.sun.com

 
Didn't find what you were looking for? Find more on Users, security and roles in web app development Or get search suggestion and latest updates.




Tagged: