Looking at it Acegi seems a little overkill for what I want to do I think.  I
just want a hook into the request pipeline that allows me to check a user's
session validity. From what I can tell from Acegi, there are a lot of other
concerns and packages that it worries about.  Our authentication system
exists elsewhere so all this is doing is checking that the current session
is recognized by that other system.  We are porting over from a homegrown
framework into T5.  We have a mechanism currently that suits our needs but
just want to have the ability to have this check on pages we specify using
an annotation or something.  I found off the website a page on Service
builders.  In particular the Pipelining service builder seems like what I
want.  What I don't understand I guess is what is a service?  Can I add a
service builder that all page requests call implicitly?  It seems from the
examples a bulider is tied to one particular service or filter.

Steven,

  Can you elaborate on your solution?  Did you use an in-memory map of the
user ids and roles?  If not, what did you do?  I'm having trouble
understanding the necessary parts in getting Acegi to work properly.

Thanks,
Michael



Steven Woolley-2 wrote:
> 
> I am using acegi in T5, without a database, so no, you don't need to
> configure it with a DB.  There's a tutorial on a wiki somewhere, if you
> google it, which was enough to get me (also a total novice) started...
> Steve
> 
> On 10/10/07, Nguyen, Michael <[EMAIL PROTECTED]> wrote:
>>
>> Robin,
>>    The documentation is scarce for this project. Does it have all the
>> functionality its counterpart  in Spring have?  I can't tell from the
>> website.  Does Acegi have to be configured with a database?  I know this
>> is an odd request, but due to how our framework is setup, user
>> information is stored in another service.  Our application has no direct
>> access to a database.  The access to the databases we have access to is
>> read-only.
>>
>> Thanks,
>> Michael
>>
>>
>>
>>
>> -----Original Message-----
>> From: Robin Helgelin [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, October 10, 2007 12:38 PM
>> To: Tapestry users
>> Subject: Re: T5: User validation
>>
>> On 10/10/07, mnguyen21 <[EMAIL PROTECTED]> wrote:
>> >
>> > Short of adding a filter in the web.xml, is there a way in tapestry 5
>> > to selectively have certain pages validate user sessions?  I'm trying
>> > to unobtrusively have pages redirect the user to log in before they
>> > view the page if their session timed out.  Currently, I would need
>> > this functionality for the majority of my pages.  There are a few
>> > pages that do not require authentication.
>>
>> You can always check the Acegi-integration,
>> <http://www.localhost.nu/java/tapestry5-acegi>.
>>
>> --
>>         regards,
>>         Robin
>>
>> ---------------------------------------------------------------------
>> 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]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-User-validation-tf4602871.html#a13166564
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to