Uses of Class
org.apache.shiro.config.Ini
-
-
Uses of Ini in org.apache.shiro.config
Methods in org.apache.shiro.config that return Ini Modifier and Type Method Description static IniIni. fromResourcePath(String resourcePath)Creates a newIniinstance loaded with the INI-formatted data in the resource at the given path.Constructors in org.apache.shiro.config with parameters of type Ini Constructor Description Ini(Ini defaults)Creates a newIniinstance with the specified defaults.
-