hunt.shiro.config.ReflectionBuilder

Undocumented in source.

Members

Classes

ReflectionBuilder
class ReflectionBuilder

Object builder that uses reflection and Apache Commons BeanUtils to build objects given a map of "property values". Typically these come from the Shiro INI configuration and are used to construct or modify the SecurityManager, its dependencies, and web-based security filters. <p/> Recognizes {@link Factory} implementations and will call {@link hunt.shiro.util.Factory#getInstance() getInstance} to satisfy any reference to this bean.

Meta