You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by Marcus Bond <ma...@marcusbond.me.uk> on 2012/06/15 14:50:57 UTC

Password protected functionality

Hi,

An application I am writing has a requirement to perform authentication when
carrying out different activities. After log in (which works fine) say a
financial transaction page when submitting a form their password needs to be
asked for again to double check (so there is less chance of a user's
unattended computer being misused). Is there a way to do this easily with
Shiro? It's a web app using Spring and Shiro.

 

Thanks,

Marcus.