A B C D F G I L O R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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
- CommonsInterpolator - Class in org.apache.shiro.config
-
Commons-Config interpolation wrapper.
- CommonsInterpolator() - Constructor for class org.apache.shiro.config.CommonsInterpolator
- 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
- createNewInstance(Map<String, Object>, String, String) - Method in class org.apache.shiro.config.ReflectionBuilder
D
- 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
F
- findEventBus(Map<String, ?>) - Method in class org.apache.shiro.config.ReflectionBuilder
G
- 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
- getObjects() - Method in class org.apache.shiro.config.ReflectionBuilder
- getReferencedObject(String) - Method in class org.apache.shiro.config.ReflectionBuilder
I
- 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.
- isIndexedPropertyAssignment(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- isReference(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- isTypedProperty(Object, String, Class) - Method in class org.apache.shiro.config.ReflectionBuilder
L
- 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
O
- onEvent(BeanEvent) - Method in class org.apache.shiro.config.event.LoggingBeanEventListener
- org.apache.shiro.config - package org.apache.shiro.config
- org.apache.shiro.config.event - package org.apache.shiro.config.event
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
- resolveReference(String) - Method in class org.apache.shiro.config.ReflectionBuilder
- resolveValue(String) - Method in class org.apache.shiro.config.ReflectionBuilder
S
- 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
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
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.
All Classes All Packages