Uses of Class
org.apache.shiro.config.ReflectionBuilder
-
Packages that use ReflectionBuilder Package Description org.apache.shiro.config Components that support configuring Shiro in any application. -
-
Uses of ReflectionBuilder in org.apache.shiro.config
Methods in org.apache.shiro.config that return ReflectionBuilder Modifier and Type Method Description ReflectionBuilder
IniSecurityManagerFactory. getReflectionBuilder()
Deprecated.Returns the ReflectionBuilder instance used to create SecurityManagers object graph.Methods in org.apache.shiro.config with parameters of type ReflectionBuilder Modifier and Type Method Description void
IniSecurityManagerFactory. setReflectionBuilder(ReflectionBuilder builder)
Deprecated.Sets the ReflectionBuilder that will be used to create the SecurityManager based on the contents of the Ini configuration.
-