You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by armandoxxx <ar...@dropchop.com> on 2011/12/15 17:56:25 UTC

Wicket 1.5 with Shiro for security ...

Got a little question. 

I'm wrapping Apache Shiro as security framework for my application. 

And I use wicket-auth-roles for wrapping shiro login, logout, get roles and
stuff methods. 

I've got a question for isSignedIn() method which is final. I can't override
it to ask shiro if user is logged in or not. 

Any workaround for this? I really don't want to implement all
Authentication/Authorization logic on my own, since wicket already
implements this.

Kind regards

Armando

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-with-Shiro-for-security-tp4200743p4200743.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.5 with Shiro for security ...

Posted by Carl-Eric Menzel <cm...@wicketbuch.de>.
There's a shiro integration project in wicketstuff-core. We use it and
it works well.

Carl-Eric
www.wicketbuch.de

On Thu, 15 Dec 2011 08:56:25 -0800 (PST)
armandoxxx <ar...@dropchop.com> wrote:

> Got a little question. 
> 
> I'm wrapping Apache Shiro as security framework for my application. 
> 
> And I use wicket-auth-roles for wrapping shiro login, logout, get
> roles and stuff methods. 
> 
> I've got a question for isSignedIn() method which is final. I can't
> override it to ask shiro if user is logged in or not. 
> 
> Any workaround for this? I really don't want to implement all
> Authentication/Authorization logic on my own, since wicket already
> implements this.
> 
> Kind regards
> 
> Armando
> 
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-with-Shiro-for-security-tp4200743p4200743.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.5 with Shiro for security ...

Posted by Martin Grigorov <mg...@apache.org>.
https://github.com/55minutes/fiftyfive-wicket too

On Thu, Dec 15, 2011 at 11:15 PM, James Carman
<ja...@carmanconsulting.com> wrote:
> Wicketopia has a shiro plugin too
> On Dec 15, 2011 11:57 AM, "armandoxxx" <ar...@dropchop.com> wrote:
>
>> Got a little question.
>>
>> I'm wrapping Apache Shiro as security framework for my application.
>>
>> And I use wicket-auth-roles for wrapping shiro login, logout, get roles and
>> stuff methods.
>>
>> I've got a question for isSignedIn() method which is final. I can't
>> override
>> it to ask shiro if user is logged in or not.
>>
>> Any workaround for this? I really don't want to implement all
>> Authentication/Authorization logic on my own, since wicket already
>> implements this.
>>
>> Kind regards
>>
>> Armando
>>
>> --
>> View this message in context:
>> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-with-Shiro-for-security-tp4200743p4200743.html
>> Sent from the Users forum mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.5 with Shiro for security ...

Posted by James Carman <ja...@carmanconsulting.com>.
Wicketopia has a shiro plugin too
On Dec 15, 2011 11:57 AM, "armandoxxx" <ar...@dropchop.com> wrote:

> Got a little question.
>
> I'm wrapping Apache Shiro as security framework for my application.
>
> And I use wicket-auth-roles for wrapping shiro login, logout, get roles and
> stuff methods.
>
> I've got a question for isSignedIn() method which is final. I can't
> override
> it to ask shiro if user is logged in or not.
>
> Any workaround for this? I really don't want to implement all
> Authentication/Authorization logic on my own, since wicket already
> implements this.
>
> Kind regards
>
> Armando
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-with-Shiro-for-security-tp4200743p4200743.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>