Hi, My name is Peter and I am working on a webapp using Google App Engine (Java). I am trying to add a custom authentication method in additional to the Google accounts. After searching around the web I found Shiro and I want to try it out.
I just checked out the source with SVN and built with Maven and able to run the Quickstart program. However I am not sure where should I go next, seems like there are couple paths I can take but there's little documentation about them. Here are my questions: 1. With a servlet environment, I should use the filter approach right? 2. Seems like I need to build my custom Realm to store credentials to Google's datastore "bigtable". How do I define, config a custom Realm to be used? What are the methods that I should customize? 3. Also, seems like I need to build my custom "CachingRealm" to use Google's memcache. How do I define, config a caching realm to be used? Thanks! -- View this message in context: http://n2.nabble.com/Using-Shiro-with-Google-App-Engine-tp3346759p3346759.html Sent from the Shiro User mailing list archive at Nabble.com.
