A {@link org.apache.shiro.realm.Realm Realm} implementation that creates{@link org.apache.shiro.authc.SimpleAccount SimpleAccount} instances based on{@link Ini} configuration.
This implementation looks for two {@link Ini.Section sections} in the {@code Ini} configuration:
[users] # One or more {@link org.apache.shiro.realm.text.TextConfigurationRealm#setUserDefinitions(String) user definitions}... [roles] # One or more {@link org.apache.shiro.realm.text.TextConfigurationRealm#setRoleDefinitions(String) role definitions}
This class also supports setting the {@link #setResourcePath(String) resourcePath} property to create accountdata from an .ini resource. This will only be used if there isn't already account data in the Realm.
@since 1.0