Index
All Classes and Interfaces|All Packages|Serialized Form
A
- applyGlobalProperty(Map, String, String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- applyProperty(Object, String, Object) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- applyProperty(Object, String, String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- applyProperty(String, String, Map) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- applySingleProperty(Map, String, String, String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
B
- BeanEvent - Class in org.apache.shiro.config.ogdl.event
- BeanEvent(String, Object, Map<String, Object>) - Constructor for class org.apache.shiro.config.ogdl.event.BeanEvent
- buildObjects(Map<String, String>) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
C
- checkForNullOrEmptyLiteral(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- CommonsInterpolator - Class in org.apache.shiro.config.ogdl
-
Commons-Config interpolation wrapper.
- CommonsInterpolator() - Constructor for class org.apache.shiro.config.ogdl.CommonsInterpolator
- ConfiguredBeanEvent - Class in org.apache.shiro.config.ogdl.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.ogdl.event.ConfiguredBeanEvent
- createNewInstance(Map<String, Object>, String, String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
D
- DefaultInterpolator - Class in org.apache.shiro.config.ogdl
-
This
Interpolatorsimply returns the original value. - DefaultInterpolator() - Constructor for class org.apache.shiro.config.ogdl.DefaultInterpolator
- destroy() - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- DestroyedBeanEvent - Class in org.apache.shiro.config.ogdl.event
-
Event triggered when a configured bean has been destroyed.
- DestroyedBeanEvent(String, Object, Map<String, Object>) - Constructor for class org.apache.shiro.config.ogdl.event.DestroyedBeanEvent
F
- findEventBus(Map<String, ?>) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
G
- getBean() - Method in class org.apache.shiro.config.ogdl.event.BeanEvent
- getBean(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- getBean(String, Class<T>) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- getBeanContext() - Method in class org.apache.shiro.config.ogdl.event.BeanEvent
- getBeanName() - Method in class org.apache.shiro.config.ogdl.event.BeanEvent
- getConfigurationInterpolator() - Method in class org.apache.shiro.config.ogdl.CommonsInterpolator
- getId(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- getObjects() - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- getReferencedObject(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
I
- InitializedBeanEvent - Class in org.apache.shiro.config.ogdl.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.ogdl.event.InitializedBeanEvent
- InstantiatedBeanEvent - Class in org.apache.shiro.config.ogdl.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.ogdl.event.InstantiatedBeanEvent
- interpolate(String) - Method in class org.apache.shiro.config.ogdl.CommonsInterpolator
- interpolate(String) - Method in class org.apache.shiro.config.ogdl.DefaultInterpolator
-
Simply returns the original
value. - interpolate(String) - Method in interface org.apache.shiro.config.ogdl.Interpolator
-
Interpolates
valueand returns the result. - Interpolator - Interface in org.apache.shiro.config.ogdl
-
Basic String interpolation interface.
- isIndexedPropertyAssignment(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- isReference(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- isTypedProperty(Object, String, Class) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
L
- LoggingBeanEventListener - Class in org.apache.shiro.config.ogdl.event
-
A stock bean listener implementation that logs all BeanEvents as TRACE log statements.
- LoggingBeanEventListener() - Constructor for class org.apache.shiro.config.ogdl.event.LoggingBeanEventListener
O
- onEvent(BeanEvent) - Method in class org.apache.shiro.config.ogdl.event.LoggingBeanEventListener
- org.apache.shiro.config.ogdl - package org.apache.shiro.config.ogdl
- org.apache.shiro.config.ogdl.event - package org.apache.shiro.config.ogdl.event
R
- ReflectionBuilder - Class in org.apache.shiro.config.ogdl
-
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.ogdl.ReflectionBuilder
- ReflectionBuilder(Map<String, ?>) - Constructor for class org.apache.shiro.config.ogdl.ReflectionBuilder
- resolveReference(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- resolveValue(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
S
- setAlternateObjectSupplier(Function<String, ?>) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
-
Plug in another way to get objects into configuration, ex: CDI
- setInterpolator(Interpolator) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
-
Sets the
Interpolatorused when evaluating the right side of the expressions. - setObjects(Map<String, ?>) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
T
- toBytes(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- toCollection(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- toList(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- toMap(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- toSet(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
U
- unescapeIfNecessary(String) - Method in class org.apache.shiro.config.ogdl.ReflectionBuilder
- UnresolveableReferenceException - Exception Class in org.apache.shiro.config.ogdl
-
Exception thrown when a reference to an object is made, but that object cannot be found.
- UnresolveableReferenceException() - Constructor for exception class org.apache.shiro.config.ogdl.UnresolveableReferenceException
-
Creates a new UnresolveableReferenceException.
- UnresolveableReferenceException(String) - Constructor for exception class org.apache.shiro.config.ogdl.UnresolveableReferenceException
-
Constructs a new UnresolveableReferenceException.
- UnresolveableReferenceException(String, Throwable) - Constructor for exception class org.apache.shiro.config.ogdl.UnresolveableReferenceException
-
Constructs a new UnresolveableReferenceException.
- UnresolveableReferenceException(Throwable) - Constructor for exception class org.apache.shiro.config.ogdl.UnresolveableReferenceException
-
Constructs a new UnresolveableReferenceException.
All Classes and Interfaces|All Packages|Serialized Form