A B C D E F G H I K L M O P R S T U V
All Classes All Packages
All Classes All Packages
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.
- applyGlobalProperty(Map, String, String) - Method in class org.apache.shiro.config.ReflectionBuilder
- applyProperty(Object, String, Object) - Method in class org.apache.shiro.config.ReflectionBuilder
- applyProperty(Object, String, String) - Method in class org.apache.shiro.config.ReflectionBuilder
- applyProperty(String, String, Map) - Method in class org.apache.shiro.config.ReflectionBuilder
- applySingleProperty(Map, String, String, String) - Method in class org.apache.shiro.config.ReflectionBuilder
B
- BeanEvent - Class in org.apache.shiro.config.event
- BeanEvent(String, Object, Map<String, Object>) - Constructor for class org.apache.shiro.config.event.BeanEvent
- buildObjects(Map<String, String>) - Method in class org.apache.shiro.config.ReflectionBuilder
C
- checkForNullOrEmptyLiteral(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- 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
- CommonsInterpolator - Class in org.apache.shiro.config
-
Commons-Config interpolation wrapper.
- CommonsInterpolator() - Constructor for class org.apache.shiro.config.CommonsInterpolator
- 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.
- ConfiguredBeanEvent - Class in org.apache.shiro.config.event
-
Event triggered when a configured bean has been instantiated and fully configured but right before the bean has been initialized.
- ConfiguredBeanEvent(String, Object, Map<String, Object>) - Constructor for class org.apache.shiro.config.event.ConfiguredBeanEvent
- 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
- createNewInstance(Map<String, Object>, String, String) - Method in class org.apache.shiro.config.ReflectionBuilder
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
- DefaultInterpolator - Class in org.apache.shiro.config
-
This
Interpolator
simply returns the original value. - DefaultInterpolator() - Constructor for class org.apache.shiro.config.DefaultInterpolator
- destroy() - Method in class org.apache.shiro.config.ReflectionBuilder
- DestroyedBeanEvent - Class in org.apache.shiro.config.event
-
Event triggered when a configured bean has been destroyed.
- DestroyedBeanEvent(String, Object, Map<String, Object>) - Constructor for class org.apache.shiro.config.event.DestroyedBeanEvent
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
- findEventBus(Map<String, ?>) - Method in class org.apache.shiro.config.ReflectionBuilder
- 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
- getBean() - Method in class org.apache.shiro.config.event.BeanEvent
- getBean(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- getBean(String, Class<T>) - Method in class org.apache.shiro.config.ReflectionBuilder
- getBeanContext() - Method in class org.apache.shiro.config.event.BeanEvent
- getBeanName() - Method in class org.apache.shiro.config.event.BeanEvent
- getConfigurationInterpolator() - Method in class org.apache.shiro.config.CommonsInterpolator
- getId(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- getName() - Method in class org.apache.shiro.config.Ini.Section
- getObjects() - Method in class org.apache.shiro.config.ReflectionBuilder
- getReferencedObject(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- getSection(String) - Method in class org.apache.shiro.config.Ini
-
Returns the
Ini.Section
with the given name ornull
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
- InitializedBeanEvent - Class in org.apache.shiro.config.event
-
Event triggered when a configured bean has been instantiated, fully configured and initialized.
- InitializedBeanEvent(String, Object, Map<String, Object>) - Constructor for class org.apache.shiro.config.event.InitializedBeanEvent
- InstantiatedBeanEvent - Class in org.apache.shiro.config.event
-
Event triggered when a configured bean has been instantiated but before it is configured or initialized.
- InstantiatedBeanEvent(String, Object, Map<String, Object>) - Constructor for class org.apache.shiro.config.event.InstantiatedBeanEvent
- interpolate(String) - Method in class org.apache.shiro.config.CommonsInterpolator
- interpolate(String) - Method in class org.apache.shiro.config.DefaultInterpolator
-
Simply returns the original
value
. - interpolate(String) - Method in interface org.apache.shiro.config.Interpolator
-
Interpolates
value
and returns the result. - Interpolator - Interface in org.apache.shiro.config
-
Basic String interpolation interface.
- 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
- isIndexedPropertyAssignment(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- isReference(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- isSectionHeader(String) - Static method in class org.apache.shiro.config.Ini
- isTypedProperty(Object, String, Class) - Method in class org.apache.shiro.config.ReflectionBuilder
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. - LoggingBeanEventListener - Class in org.apache.shiro.config.event
-
A stock bean listener implementation that logs all BeanEvents as TRACE log statements.
- LoggingBeanEventListener() - Constructor for class org.apache.shiro.config.event.LoggingBeanEventListener
M
- merge(Map<String, Ini.Section>) - Method in class org.apache.shiro.config.Ini
-
Merges the contents of
m
'sIni.Section
objects into self.
O
- onEvent(BeanEvent) - Method in class org.apache.shiro.config.event.LoggingBeanEventListener
- org.apache.shiro.config - package org.apache.shiro.config
-
Components that support configuring Shiro in any application.
- org.apache.shiro.config.event - package org.apache.shiro.config.event
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
- ReflectionBuilder - Class in org.apache.shiro.config
-
Object builder that uses reflection and Apache Commons BeanUtils to build objects given a map of "property values".
- ReflectionBuilder() - Constructor for class org.apache.shiro.config.ReflectionBuilder
- ReflectionBuilder(Map<String, ?>) - Constructor for class org.apache.shiro.config.ReflectionBuilder
- 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. - resolveReference(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- resolveValue(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- 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.
- setInterpolator(Interpolator) - Method in class org.apache.shiro.config.ReflectionBuilder
-
Sets the
Interpolator
used when evaluating the right side of the expressions. - setObjects(Map<String, ?>) - Method in class org.apache.shiro.config.ReflectionBuilder
- 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
- toBytes(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- toCollection(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- toList(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- toMap(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- toSet(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- toString() - Method in class org.apache.shiro.config.Ini.Section
- toString() - Method in class org.apache.shiro.config.Ini
U
- unescapeIfNecessary(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- UnresolveableReferenceException - Exception in org.apache.shiro.config
-
Exception thrown when a reference to an object is made, but that object cannot be found.
- UnresolveableReferenceException() - Constructor for exception org.apache.shiro.config.UnresolveableReferenceException
-
Creates a new UnresolveableReferenceException.
- UnresolveableReferenceException(String) - Constructor for exception org.apache.shiro.config.UnresolveableReferenceException
-
Constructs a new UnresolveableReferenceException.
- UnresolveableReferenceException(String, Throwable) - Constructor for exception org.apache.shiro.config.UnresolveableReferenceException
-
Constructs a new UnresolveableReferenceException.
- UnresolveableReferenceException(Throwable) - Constructor for exception org.apache.shiro.config.UnresolveableReferenceException
-
Constructs a new UnresolveableReferenceException.
V
- values() - Method in class org.apache.shiro.config.Ini.Section
- values() - Method in class org.apache.shiro.config.Ini
All Classes All Packages