Shiro does not currently provide any APIs to store anything into any data source. Shiro's Realm concept only queries/pulls information from any data source to perform authentication (login) and authorization (access control) checks.
There are 2 sample web applications in the project: samples/spring-hibernate and samples/web. Try browsing around there - they should show you how to set up a web application. - Les On Mon, Jul 6, 2009 at 5:38 AM, bachew <[email protected]> wrote: > Hi, > > Do you have any jsecurity + web app example walk through? What do I need to > implement to store stuff into database?
