Uses of Interface
org.apache.shiro.util.Factory

Packages that use Factory
org.apache.shiro.config Components that support configuring Shiro in any application. 
org.apache.shiro.jndi Enables accessing objects located in JNDI that might be useful when configuring a Shiro-enabled application. 
org.apache.shiro.util Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). 
 

Uses of Factory in org.apache.shiro.config
 

Classes in org.apache.shiro.config that implement Factory
 class IniFactorySupport<T>
          Base support class for Factory implementations that generate their instance(s) based on Ini configuration.
 class IniSecurityManagerFactory
          A Factory that creates SecurityManager instances based on Ini configuration.
 

Uses of Factory in org.apache.shiro.jndi
 

Classes in org.apache.shiro.jndi that implement Factory
 class JndiObjectFactory<T>
          A factory implementation intended to be used to look up objects in jndi.
 

Uses of Factory in org.apache.shiro.util
 

Classes in org.apache.shiro.util that implement Factory
 class AbstractFactory<T>
          TODO - Class JavaDoc
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.