| Author |
servlet security
|
sitaram irrinki
Ranch Hand
Joined: Feb 16, 2005
Posts: 158
|
|
what are the methods supported by servlet to attain security
|
 |
Leandro Melo
Ranch Hand
Joined: Mar 27, 2004
Posts: 401
|
|
|
You mean http methods, api methods or methods in the sense of "strategies"?
|
Leandro Melo <br />SCJP 1.4, SCWCD 1.4<br /><a href="http://www.pazbrasil.org/" target="_blank" rel="nofollow">http://www.pazbrasil.org/</a>
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
- Basic Authentication - Digest Authentication - Form-Based Authentication - SSL and Client Certificate Authentication
|
 |
Leandro Melo
Ranch Hand
Joined: Mar 27, 2004
Posts: 401
|
|
Originally posted by Adeel Ansari: - Basic Authentication - Digest Authentication - Form-Based Authentication - SSL and Client Certificate Authentication
Just one observation here. Digest mode is NOT required by the spec, so you may find containers that do NOT implement it. Additionally, although Client Certificate is required, the spec doesn't say that SSL must be used (actually, most containers use SSL for that, but it's NOT a requirement).
|
 |
 |
|
|
subject: servlet security
|
|
|