| Author |
Form Based Authentication in J2EE1.4
|
Nandita Das
Greenhorn
Joined: Sep 12, 2004
Posts: 1
|
|
I studied Hanumant Deshmukh's book for 310-080 and the book does not contain the details of Authentication for J2EE1.4. It's about a mock question from one of the web sites: Which Basic Authentication type is optional for J2EE container? Choices were HttpBasic Authentication, FormBased Authentication, HTTPS client Authentication and HTTP Digest Authentication. I wonder if all Authentication types are optional or not. Any idea?
|
 |
Chengwei Lee
Ranch Hand
Joined: Apr 02, 2004
Posts: 884
|
|
FORM & Client-Cert authentication are inside the J2EE specs. Basic authentication is supported by all browsers/J2EE web containers. So that makes Digest authentication, the only that is optional. HTH.  [ September 12, 2004: Message edited by: Cheng Wei Lee ]
|
SCJP 1.4 * SCWCD 1.4 * SCBCD 1.3 * SCJA 1.0 * TOGAF 8
|
 |
S Subramonyan
Ranch Hand
Joined: Aug 26, 2004
Posts: 52
|
|
|
I think its HTTP DIGEST authentication that is optional.
|
 |
 |
|
|
subject: Form Based Authentication in J2EE1.4
|
|
|