Hi!
I'm working on IBM RAD 7.I need to use the Jsecurity Filter for the authentication .Can anyone please explain me in detail how it works in RAD and what's the use of it?
I'm not sure I understand the question. The JSecurityFilter is a servlet filter declared in web.xml for a web-based application. RAD is a Eclipse-based GUI environment. So you wouldn't use the JSecurityFilter in RAD probably as much as you would use RAD to work with a jsecurity-enabled web application.
Here is the JSecurityFilter JavaDoc, which explains how the filter definition should look inside web.xml, as well as documentation on individual configuration elements.
Re: JSecurity fillters in IBM RAD 7
Hi Anisha,
I'm not sure I understand the question. The JSecurityFilter is a servlet filter declared in web.xml for a web-based application. RAD is a Eclipse-based GUI environment. So you wouldn't use the JSecurityFilter in RAD probably as much as you would use RAD to work with a jsecurity-enabled web application.
Here is the JSecurityFilter JavaDoc, which explains how the filter definition should look inside web.xml, as well as documentation on individual configuration elements.
Cheers,
Les