I don't believe so.  However, you could write a factory (implement
org.apache.shiro.util.Factory) that has setters for the required parameters
and then calls the constructor in its "getInstance" method.  Then, in your
INI file you just reference the factory class and shiro will take care of
invoking getInstance for you.
On Feb 18, 2014 10:06 AM, "Dominic Farr" <[email protected]> wrote:

> I'm trying to constructor, via ini, a 3rd party class that only exposes
> constructor parameters. There are not setting equivalents.
>
> Can this be done via ini configuration?
>

Reply via email to