Uses of Class
org.apache.shiro.config.ConfigurationException
-
-
Uses of ConfigurationException in org.apache.shiro.config
Methods in org.apache.shiro.config that throw ConfigurationException 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.voidIni. load(InputStream is)Loads the INI-formatted text backed by the given InputStream into this instance.voidIni. load(String iniConfig)Loads the specified raw INI-formatted text into this instance.voidIni. loadFromPath(String resourcePath)Loads data from the specified resource path into this currentIniinstance.
-