Re: Role based security

2007-02-28 Thread Jonathan Barker
t; Authorize and AclAuthorize JSP taglibs. > > I've had this in production since last May and it's been working > beautifully. > > Jonathan > > > > -Original Message- > > From: Borut Bolčina [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 27, 2007 12:

Re: Role based security

2007-02-28 Thread Patrick Moore
hi sam... sounds pretty interesting... I especially like the sounds of something that slips in the cracks without imposing expectations of knowledge on developers. I will be looking at the hibernate filters now in a whole new light.. -Pat

RE: Role based security

2007-02-28 Thread Jonathan Barker
ry 28, 2007 3:43 AM > To: Tapestry users > Subject: Re: Role based security > > Hello Jonathan, > > I found > http://mail-archives.apache.org/mod_mbox/tapestry- > users/200606.mbox/[EMAIL PROTECTED] > > I will have to study the code, as my T4 mileage is short

Re: Role based security

2007-02-28 Thread Borut Bolčina
rking > beautifully. > > Jonathan > > > > -Original Message- > > From: Borut Bolčina [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 27, 2007 12:31 PM > > To: Tapestry users > > Subject: Re: Role based security > > > > Hello Mark,

Re: Role based security

2007-02-28 Thread Borut Bolčina
Hello Jonathan, I found http://mail-archives.apache.org/mod_mbox/tapestry-users/200606.mbox/[EMAIL PROTECTED] I will have to study the code, as my T4 mileage is short. You don't happen to have a component library set up with some examples would you? Thanks, Borut 2007/2/27, Jonathan Barker <

Re: Role based security

2007-02-27 Thread Phillip Rhodes
Sorry, but have to also point out authsum. It has some tapestry components that also manage login/authorization, but it's very different from anything else out there. It's a search engine for authorizations (uses's lucene to search for authorizations) and it accesses lucene via webservices. Usi

Re: Role based security

2007-02-27 Thread Sam Gendler
@Authorize and @AclAuthorize based on the code for the tapestry @If component, and the Authorize and AclAuthorize JSP taglibs. I've had this in production since last May and it's been working beautifully. Jonathan > -Original Message- > From: Borut Bolčina [mailto:[EMAIL PROTECTE

Re: Role based security

2007-02-27 Thread Jonathan Barker
[mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2007 12:31 PM > To: Tapestry users > Subject: Re: Role based security > > Hello Mark, > > Mark Stang wrote: > > Ignore the Mediator class it is one of ours. The real logic is in the > else. We store user and role in

RE: Role based security

2007-02-27 Thread Jonathan Barker
horize JSP taglibs. I've had this in production since last May and it's been working beautifully. Jonathan > -Original Message- > From: Borut Bolčina [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2007 12:31 PM > To: Tapestry users > Subject: Re:

Re: Role based security

2007-02-27 Thread Borut Bolčina
Hello Mark, Mark Stang wrote: Ignore the Mediator class it is one of ours. The real logic is in the else. We store user and role in the visit and check when needed. hth, sorry, but it doesn't. I am looking for a more general solution - if at all exists. I wish to lay grounds for securit

RE: Role based security

2007-02-27 Thread Mark Stang
Ignore the Mediator class it is one of ours. The real logic is in the else. We store user and role in the visit and check when needed. public class ValidatePage extends BasePage implements PageValidateListener { public void pageValidate(PageEvent event) { Mediator mediat