Creates a new object instance by using a configured INI source. This implementation functions as follows:
<ol>
<li>{@link #resolveIni() Resolve} the {@code Ini} source to use for configuration.</li>
<li>If there was no resolved Ini source, create and return a simple default instance via the
{@link #createDefaultInstance()} method.</li>
</ol>
@return a new {@code SecurityManager} instance by using a configured INI source.
Creates a new object instance by using a configured INI source. This implementation functions as follows: <ol> <li>{@link #resolveIni() Resolve} the {@code Ini} source to use for configuration.</li> <li>If there was no resolved Ini source, create and return a simple default instance via the {@link #createDefaultInstance()} method.</li> </ol>
@return a new {@code SecurityManager} instance by using a configured INI source.