Hey Les, Nice work! I removed just removed a bunch of methods, and added a test one of my realms. It worked great. Well... after I remember to set the authenticationCachingEnabled flag.
On Fri, Apr 8, 2011 at 9:15 PM, Les Hazlewood <[email protected]> wrote: > P.S. A good starting point after reading the top class-level JavaDoc > is to look at the getAuthenticationInfo method implementation (line > 561). > > HTH, > > Les > > On Fri, Apr 8, 2011 at 6:05 PM, Les Hazlewood <[email protected]> wrote: >> Hi all, >> >> An initial implementation for Authentication Caching (with copious >> amounts of JavaDoc to clarify security + caching-related concerns) has >> been committed to trunk. Unit tests for the AuthenticatingRealm and >> its parent class are now at 100% method and line coverage, so I feel >> pretty comfortable recommending people to try it out. >> >> For those up for peer review, I'd appreciate any feedback you may have! >> >> http://svn.apache.org/viewvc/shiro/trunk/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java?view=markup >> >> Cheers, >> >> -- >> Les Hazlewood >> Founder, Katasoft, Inc. >> Application Security Products & Professional Apache Shiro Support and >> Training: >> http://www.katasoft.com >
