Package | Description |
---|---|
org.apache.shiro.config |
Components that support configuring Shiro in any application.
|
org.apache.shiro.web.config |
Web-specific implementation extensions to the
org.apache.shiro.config components. |
Modifier and Type | Method and Description |
---|---|
Ini.Section |
Ini.addSection(String sectionName)
Ensures a section with the specified name exists, adding a new one if it does not yet exist.
|
Ini.Section |
Ini.get(Object key) |
Ini.Section |
Ini.getSection(String sectionName)
Returns the
Ini.Section with the given name or null if no section with that name exists. |
Ini.Section |
Ini.put(String key,
Ini.Section value) |
Ini.Section |
Ini.remove(Object key) |
Ini.Section |
Ini.removeSection(String sectionName)
Removes the section with the specified name and returns it, or
null if the section did not exist. |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Ini.Section>> |
Ini.entrySet() |
Collection<Ini.Section> |
Ini.getSections()
Returns the sections managed by this
Ini instance or an empty collection if there are
no sections. |
Collection<Ini.Section> |
Ini.values() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,?> |
IniSecurityManagerFactory.createDefaults(Ini ini,
Ini.Section mainSection)
Deprecated.
|
Ini.Section |
Ini.put(String key,
Ini.Section value) |
Modifier and Type | Method and Description |
---|---|
void |
Ini.merge(Map<String,Ini.Section> m)
Merges the contents of
m 's Ini.Section objects into self. |
void |
Ini.putAll(Map<? extends String,? extends Ini.Section> m) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,?> |
WebIniSecurityManagerFactory.createDefaults(Ini ini,
Ini.Section mainSection)
Deprecated.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.