Uses of Class
org.apache.shiro.config.Ini.Section
-
-
Uses of Ini.Section in org.apache.shiro.config
Methods in org.apache.shiro.config that return Ini.Section Modifier and Type Method Description Ini.SectionIni. addSection(String sectionName)Ensures a section with the specified name exists, adding a new one if it does not yet exist.Ini.SectionIni. get(Object key)Ini.SectionIni. getSection(String sectionName)Returns theIni.Sectionwith the given name ornullif no section with that name exists.Ini.SectionIni. put(String key, Ini.Section value)Ini.SectionIni. remove(Object key)Ini.SectionIni. removeSection(String sectionName)Removes the section with the specified name and returns it, ornullif the section did not exist.Methods in org.apache.shiro.config that return types with arguments of type Ini.Section Modifier and Type Method Description Set<Map.Entry<String,Ini.Section>>Ini. entrySet()Collection<Ini.Section>Ini. getSections()Returns the sections managed by thisIniinstance or an empty collection if there are no sections.Collection<Ini.Section>Ini. values()Methods in org.apache.shiro.config with parameters of type Ini.Section Modifier and Type Method Description Ini.SectionIni. put(String key, Ini.Section value)Method parameters in org.apache.shiro.config with type arguments of type Ini.Section Modifier and Type Method Description voidIni. merge(Map<String,Ini.Section> m)Merges the contents ofm'sIni.Sectionobjects into self.voidIni. putAll(Map<? extends String,? extends Ini.Section> m)
-