How we will provide security in jsp's & servlets ?

Questions by seshkanth.d

Showing Answers 1 - 6 of 6 Answers

One of the reasons people will use servlets is security.

We can provide security in servlets in two ways
1.Declaratively
2.Programatically

Using this security features we can guarantee these
security items
1.Authenitcation
2.Authorization
3.Data integrity
4.Data confidentiality.

In web.xml we an define which resources are to be constrained and which http methods are constarined and how to guarantee the data transmission
security.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions