0
votes
2answers
145 views

How to clear credential with realm?

I really want to know the usage of realm. http://en.wikipedia.org/wiki/Basic_access_authentication said Existing browsers retain authentication information until the tab or browser is closed or ...
0
votes
0answers
42 views

What is the way Tomcat Realm works to authenticate users of webapps

Can you please explain me the way, how Tomcat Realm works ? How it gets user details like uName , PW and how it checks it from DB. Because there are so many references available. Those confuses me.
0
votes
3answers
354 views

How to authenticate and authorize webapp request in Tomcat Servlet Container

What is the best way to do authenticate and authorize webapp request in Tomcat Servlet Container ? I have two ideas, 1 - Use the Tomcat Realm. 2 - There is a web service where it provides capability ...