Re: Apache Shiro

2013-08-12 Thread D.R.
Hi, there are serveral ways to do that. An easy way would be to store a user object as a principal and then do something like that: ${username} public String getUsername(){ final Subject currentUser = SecurityUtils.getSubject(); final SomeClass user; if(currentUse

AW: RE: Apache Shiro

2013-08-12 Thread Willy Browne
I am glad i made you laugh. I know how this works with tapestry and also would like to do/know how to do this with shiro, without using the userExists property if there is a way. Gesendet über Yahoo! Mail für Android

RE: Apache Shiro

2013-08-11 Thread Nomen Nominus
Haha, man, you made me so laugh!! :))I am not sure whether or not are you trolling, but you made my day bumping with this Q. on my Q. :D Hahahaha :)) I am not acquinted well enough with tapestry shiro, but as for the tapestry itself, there is a great shortcut including @Property private