Re: Which security module to choose?

2010-11-10 Thread Massimo Lusetti
On Wed, Nov 10, 2010 at 3:09 AM, Paul Stanton p...@mapshed.com.au wrote:

 does anyone use this module?

 is there i similar module with better documentation?

 the test doesn't seem to compile or i've got the wrong test for the version
 i've used.

You have to contribute to the AuthenticationService one or more
AuthenticationServiceFilter, you have to (should) configure some
ApplicationDefaults (ChenilleKitAccessConstants.LOGIN_PAGE,
ChenilleKitAccessConstants.ACCESS_DENIED_ACTION for example)

If you look at our tests you'll see real live examples...

Cheers
-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Which security module to choose?

2010-11-09 Thread Stephan Windmüller
Hi!

We are currently using the integrated authentication of JBoss/Tomcat.
Secured pages are defined in the web.xml and the application server
redirects to the requested page after successful login. Users and
passwords are stored in an LDAP server. In future it would be nice to
extend this with OpenID.

The problem is: While the login page is shown, I do not have any access
to the activation context of the requested page. It would be nice to
know it in order to change the layout of the login page.

So I read some articles on this mailing list, deployed sample
implementations like spring-security and studied blog posts. This all
shed some light on the whole topic, but I am unsure which approach is
the best for us. In general I prefer some tested module to a self-made
solution. Spring security seems promising but may be overkill for our
use case. And would it fix my above issue?

I know this topic comes up regularly on this list but it would be nice
if someone could share his experience on this matter.

Regards
 Stephan

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Which security module to choose?

2010-11-09 Thread Massimo Lusetti
On Tue, Nov 9, 2010 at 11:17 AM, Stephan Windmüller
stephan.windmuel...@tu-dortmund.de wrote:

 I know this topic comes up regularly on this list but it would be nice
 if someone could share his experience on this matter.

Take a look at the chenillekit-access module, it does what you want
and have an example on how to catch the event context of the requested
page... It can easily be extended to store it somewhere/somehow.

Cheers
-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Which security module to choose?

2010-11-09 Thread Stephan Windmüller
On 09.11.2010 11:21, Massimo Lusetti wrote:

 I know this topic comes up regularly on this list but it would be nice
 if someone could share his experience on this matter.
 Take a look at the chenillekit-access module, it does what you want
 and have an example on how to catch the event context of the requested
 page... It can easily be extended to store it somewhere/somehow.

This sounds interesting, I will give it a try. Where can I find this
example? Is there a sample application or a tutorial?

Regards
 Stephan

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Which security module to choose?

2010-11-09 Thread Massimo Lusetti
On Tue, Nov 9, 2010 at 11:29 AM, Stephan Windmüller
stephan.windmuel...@tu-dortmund.de wrote:

 This sounds interesting, I will give it a try. Where can I find this
 example? Is there a sample application or a tutorial?

No tutorial sorry... you can look at our tests base which actually is
a web app that we tests with Selenium

Cheers
-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Which security module to choose?

2010-11-09 Thread Paul Stanton

Massimo,

What do i need to put in my pom to include this module? It looks exactly 
like what i need.


regards, p.

On 9/11/2010 9:38 PM, Massimo Lusetti wrote:

On Tue, Nov 9, 2010 at 11:29 AM, Stephan Windmüller
stephan.windmuel...@tu-dortmund.de  wrote:


This sounds interesting, I will give it a try. Where can I find this
example? Is there a sample application or a tutorial?

No tutorial sorry... you can look at our tests base which actually is
a web app that we tests with Selenium

Cheers


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Which security module to choose?

2010-11-09 Thread Paul Stanton

does anyone use this module?

is there i similar module with better documentation?

the test doesn't seem to compile or i've got the wrong test for the 
version i've used.


p.


On 9/11/2010 9:38 PM, Massimo Lusetti wrote:

On Tue, Nov 9, 2010 at 11:29 AM, Stephan Windmüller
stephan.windmuel...@tu-dortmund.de  wrote:


This sounds interesting, I will give it a try. Where can I find this
example? Is there a sample application or a tutorial?

No tutorial sorry... you can look at our tests base which actually is
a web app that we tests with Selenium

Cheers


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org