View Full Version : Acegi Security
ksriram
Jun 7th, 2007, 05:12 AM
Hi,
I am planning to use acegi security for my applications authentication.Do i have to download the complete zip file or just include the necessary jars for acegi security.
dr_pompeii
Jun 7th, 2007, 06:21 AM
Do i have to download the complete zip file or just include the necessary jars for acegi security.
in the complete <ip are included the jar to be included in your application ,
and 2 files like authz.tld
well this is now a web question, this thread should be moved to acegi area
to end, check
http://www.acegisecurity.org/
see section documentation
regards
karldmoore
Jun 7th, 2007, 07:24 AM
As the previous author said it's better to ask Acegi questions on it's forum. You can just drop the jar in but you will need any dependent jar's as well. Have a look at the examples that ship with Acegi.
ksriram
Jun 7th, 2007, 07:26 AM
Ok.I have included the jar.
Now i would be using the filters for authentication.
karldmoore
Jun 7th, 2007, 07:29 AM
Ok.I have included the jar. Now i would be using the filters for authentication.
If you want to configure Acegi you have to do a little more that just drop the JAR in. As I said previously the examples that ship with Acegi and reference manual are your first points of contact.
ksriram
Jun 7th, 2007, 08:15 AM
Hi,
As mentioned in the previous post, i am actually going through the document, but stuck in a place.
The param value is a class that would implement javax.servlet.Filter.
Whether i should create a custom filter class for that or acegi provides such a default implementation for login authentication and maintaining the user information in the session.
karldmoore
Jun 7th, 2007, 12:01 PM
Yes Acegi provides the filters for you. Have a look at the example tutorial application, it shows you all of this working. I'd recommend downloading 1.0.3 however as this example is broken in 1.0.4.
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.