Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 81014 invoked from network); 8 Aug 2007 20:01:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2007 20:01:37 -0000 Received: (qmail 38911 invoked by uid 500); 8 Aug 2007 20:01:32 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 38878 invoked by uid 500); 8 Aug 2007 20:01:32 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 38866 invoked by uid 99); 8 Aug 2007 20:01:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 13:01:32 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 20:01:27 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IIriN-00082j-3N for users@myfaces.apache.org; Wed, 08 Aug 2007 13:01:07 -0700 Message-ID: <12060735.post@talk.nabble.com> Date: Wed, 8 Aug 2007 13:01:07 -0700 (PDT) From: Martin Ahrer To: users@myfaces.apache.org Subject: Re: JSF Authentication In-Reply-To: <12051322.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: martin.ahrer@gmx.at References: <12051322.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Have you been thinking of using the Spring based security framework called acegi. Even form based authentication can be done with minimal efforts. And if you are familiar with Spring it's even simpler! Check their web site at http://www.acegisecurity.org/ If you should need help with this I can help. Martin - http://www.martinahrer.at/blog/ ignicolist wrote: > > Hi, i need some help, i have a aplication in jsf, with a sql database > using hibernate, and i want implement a login and logout, but i dont know > how, i google much, but all the solutions are so complicated. so i have a > example with a filter, and a put that filter block the pages for non log > users, but i dont know the sufs about sessions and so on... anyone have > some example working for i use in my aplication? > > I just want a simple login logout example, using a filter for sessions. > > Tks for all the help... > -- View this message in context: http://www.nabble.com/JSF-Authentication-tf4235729.html#a12060735 Sent from the MyFaces - Users mailing list archive at Nabble.com.