Also, the HashedCredentialsMatcher implementations might be a little 'lower level' than what you may want to deal with. Shiro 1.2 introduced a new PasswordService (and PasswordMatcher) that you might find much more convenient.
Here is some info on them: http://www.stormpath.com/blog/2012/03/12/whats-new-in-apache-shiro-12 Cheers, -- Les Hazlewood CTO, Stormpath | http://www.stormpath.com | 888.391.5282 twitter: @lhazlewood | http://twitter.com/lhazlewood blog: http://leshazlewood.com stormpath blog: http://www.stormpath.com/blog/index On Mon, Mar 26, 2012 at 7:47 AM, Manish Patil <[email protected]> wrote: > Have you checked this?, may be it can help you. > > Also code sample is available here. > > > Thanks, > Manish >
