Hi luigi, The way I handle JAAS is by using the standard way. In your web.xml, you need to add a security constraint using a role. That role must must also be defined later in the web.xml. Of course, if you want JAAS, these roles must be mapped using your Application Server mapping features. I use WAS and WASCE but you can also use Tomcat (Servlet container) and create a basic authentication using tomcat's configuration file. What is the application server you plan on using with JAAS?
- Erick On 8 avr, 05:21, luigi <[email protected]> wrote: > Hi , I have been surfing through the net about JAAS and GWT. > All I see is the question. no body cannot give the right answer. > If somebody know about this JAAS and GWT for Authentication and > Authorization staff, > I will be glad to hear your solution and sample code. > I desperately need all of your help. > Thank you for any reply. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
