A C D E F G H I K L M O P R S T V 
All Classes All Packages

A

addSection(String) - Method in class org.apache.shiro.config.Ini
Ensures a section with the specified name exists, adding a new one if it does not yet exist.

C

clear() - Method in class org.apache.shiro.config.Ini
 
clear() - Method in class org.apache.shiro.config.Ini.Section
 
COMMENT_POUND - Static variable in class org.apache.shiro.config.Ini
 
COMMENT_SEMICOLON - Static variable in class org.apache.shiro.config.Ini
 
ConfigurationException - Exception in org.apache.shiro.config
Root exception indicating there was a problem parsing or processing the Shiro configuration.
ConfigurationException() - Constructor for exception org.apache.shiro.config.ConfigurationException
Creates a new ConfigurationException.
ConfigurationException(String) - Constructor for exception org.apache.shiro.config.ConfigurationException
Constructs a new ConfigurationException.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.shiro.config.ConfigurationException
Constructs a new ConfigurationException.
ConfigurationException(Throwable) - Constructor for exception org.apache.shiro.config.ConfigurationException
Constructs a new ConfigurationException.
containsKey(Object) - Method in class org.apache.shiro.config.Ini
 
containsKey(Object) - Method in class org.apache.shiro.config.Ini.Section
 
containsValue(Object) - Method in class org.apache.shiro.config.Ini
 
containsValue(Object) - Method in class org.apache.shiro.config.Ini.Section
 

D

DEFAULT_CHARSET_NAME - Static variable in class org.apache.shiro.config.Ini
 
DEFAULT_SECTION_NAME - Static variable in class org.apache.shiro.config.Ini
 

E

entrySet() - Method in class org.apache.shiro.config.Ini
 
entrySet() - Method in class org.apache.shiro.config.Ini.Section
 
equals(Object) - Method in class org.apache.shiro.config.Ini
 
equals(Object) - Method in class org.apache.shiro.config.Ini.Section
 
ESCAPE_TOKEN - Static variable in class org.apache.shiro.config.Ini
 

F

fromResourcePath(String) - Static method in class org.apache.shiro.config.Ini
Creates a new Ini instance loaded with the INI-formatted data in the resource at the given path.

G

get(Object) - Method in class org.apache.shiro.config.Ini
 
get(Object) - Method in class org.apache.shiro.config.Ini.Section
 
getName() - Method in class org.apache.shiro.config.Ini.Section
 
getSection(String) - Method in class org.apache.shiro.config.Ini
Returns the Ini.Section with the given name or null if no section with that name exists.
getSectionName(String) - Static method in class org.apache.shiro.config.Ini
 
getSectionNames() - Method in class org.apache.shiro.config.Ini
Returns the names of all sections managed by this Ini instance or an empty collection if there are no sections.
getSectionProperty(String, String) - Method in class org.apache.shiro.config.Ini
Returns the value of the specified section property, or null if the section or property do not exist.
getSectionProperty(String, String, String) - Method in class org.apache.shiro.config.Ini
Returns the value of the specified section property, or the defaultValue if the section or property do not exist.
getSections() - Method in class org.apache.shiro.config.Ini
Returns the sections managed by this Ini instance or an empty collection if there are no sections.

H

hashCode() - Method in class org.apache.shiro.config.Ini
 
hashCode() - Method in class org.apache.shiro.config.Ini.Section
 

I

Ini - Class in org.apache.shiro.config
A class representing the INI text configuration format.
Ini() - Constructor for class org.apache.shiro.config.Ini
Creates a new empty Ini instance.
Ini(Ini) - Constructor for class org.apache.shiro.config.Ini
Creates a new Ini instance with the specified defaults.
Ini.Section - Class in org.apache.shiro.config
An Ini.Section is String-key-to-String-value Map, identifiable by a name unique within an Ini instance.
isContinued(String) - Static method in class org.apache.shiro.config.Ini.Section
 
isEmpty() - Method in class org.apache.shiro.config.Ini
Returns true if no sections have been configured, or if there are sections, but the sections themselves are all empty, false otherwise.
isEmpty() - Method in class org.apache.shiro.config.Ini.Section
 
isSectionHeader(String) - Static method in class org.apache.shiro.config.Ini
 

K

keySet() - Method in class org.apache.shiro.config.Ini
 
keySet() - Method in class org.apache.shiro.config.Ini.Section
 

L

load(InputStream) - Method in class org.apache.shiro.config.Ini
Loads the INI-formatted text backed by the given InputStream into this instance.
load(Reader) - Method in class org.apache.shiro.config.Ini
Loads the INI-formatted text backed by the given Reader into this instance.
load(String) - Method in class org.apache.shiro.config.Ini
Loads the specified raw INI-formatted text into this instance.
load(Scanner) - Method in class org.apache.shiro.config.Ini
Loads the INI-formatted text backed by the given Scanner.
loadFromPath(String) - Method in class org.apache.shiro.config.Ini
Loads data from the specified resource path into this current Ini instance.

M

merge(Map<String, Ini.Section>) - Method in class org.apache.shiro.config.Ini
Merges the contents of m's Ini.Section objects into self.

O

org.apache.shiro.config - package org.apache.shiro.config
Components that support configuring Shiro in any application.

P

put(String, String) - Method in class org.apache.shiro.config.Ini.Section
 
put(String, Ini.Section) - Method in class org.apache.shiro.config.Ini
 
putAll(Map<? extends String, ? extends String>) - Method in class org.apache.shiro.config.Ini.Section
 
putAll(Map<? extends String, ? extends Ini.Section>) - Method in class org.apache.shiro.config.Ini
 

R

remove(Object) - Method in class org.apache.shiro.config.Ini
 
remove(Object) - Method in class org.apache.shiro.config.Ini.Section
 
removeSection(String) - Method in class org.apache.shiro.config.Ini
Removes the section with the specified name and returns it, or null if the section did not exist.
ResourceConfigurable - Interface in org.apache.shiro.config
Interface implemented by components that can be configured by resource locations (paths).

S

SECTION_PREFIX - Static variable in class org.apache.shiro.config.Ini
 
SECTION_SUFFIX - Static variable in class org.apache.shiro.config.Ini
 
setConfigLocations(String) - Method in interface org.apache.shiro.config.ResourceConfigurable
Convenience method that accepts a comma-delimited string of config locations (resource paths).
setConfigLocations(String[]) - Method in interface org.apache.shiro.config.ResourceConfigurable
Sets the configuration locations (resource paths) that will be used to configure the instance.
setSectionProperty(String, String, String) - Method in class org.apache.shiro.config.Ini
Sets a name/value pair for the section with the given sectionName.
size() - Method in class org.apache.shiro.config.Ini.Section
 
size() - Method in class org.apache.shiro.config.Ini
 
splitKeyValue(String) - Static method in class org.apache.shiro.config.Ini.Section
 

T

toString() - Method in class org.apache.shiro.config.Ini.Section
 
toString() - Method in class org.apache.shiro.config.Ini
 

V

values() - Method in class org.apache.shiro.config.Ini.Section
 
values() - Method in class org.apache.shiro.config.Ini
 
A C D E F G H I K L M O P R S T V 
All Classes All Packages