On Thu, 08 Nov 2012 11:29:57 -0200, John <j...@quivinco.com> wrote:

I've been looking at Tynamo tapestry-security and while it is feature rich, it seems complex and not documented or with detailed enough with full examples for me to follow.

I've never used it, but the documentation states quite clearly that it is an integration of Tapestry with Apache Shiro, so I think you should take a look at Shiro's documentation.

So I am trying to implement the RequiresLoginFilter code HLS provided. This requies implementing authService.isLoggedIn().

My login page will place a User object into session state. I assume I need to grab session state and pass that to my authService which will simply check for the session state != null?

Any suggestions on how I obtain the session state in a service?

Inject and use the ApplicationStateManager service.

--
Thiago H. de Paula Figueiredo

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

Reply via email to