- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class BootstrapDataPopulator
extends Object
implements org.springframework.beans.factory.InitializingBean
A data populator that creates a set of security tables and test data that can be used by the
Shiro Spring sample application to demonstrate the use of the
org.apache.shiro.realm.jdbc.JdbcRealm
The tables created by this class follow the default
table and column names that org.apache.shiro.realm.jdbc.JdbcRealm
uses.
- Author:
- Les Hazlewood