Hi again , Les! Well, here my recommendations come. By saying simple setup I mean creating a single realm that extends AuthorizingRealm and configuring a web security manager that uses that realm. That's all I need. I found nowhere in the sample projects such thing, even in the spring-hibernate project. For me it looks like the configuration of the realm there is not entirely written.
Appreciate your interest! Best Regards, Martin -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Les Hazlewood Sent: Wednesday, February 03, 2010 6:56 PM To: [email protected] Subject: Re: webapp authentication Hi Martin, What do you mean by you couldn't set Shiro up? Did you mean shiro-wicket in wicketstuff? Or just Shiro's out-of-the-box web support? Setting up Shiro for any webapp is as painless as possible: http://cwiki.apache.org/confluence/display/SHIRO/Web Of course, any recommendations are appreciated. Cheers, Les On Wed, Feb 3, 2010 at 10:25 AM, Martin Asenov <[email protected]> wrote: > Hello guys! > > I want to ask you which security frameworks you use when it comes to > authenticating users through JPA. > I relied on JSecurity/Shiro but I can't set it up. I'm looking for a simple > framework but secure enough (not looking for extraordinary security), which I > can set pretty easily with my database that holds my custom User objects. > > Please give me some suggestions. > > Thanks! > > Regards, > Martin > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
