Uses of Class
org.apache.shiro.jndi.JndiLocator

Packages that use JndiLocator
org.apache.shiro.jndi Enables accessing objects located in JNDI that might be useful when configuring a Shiro-enabled application. 
org.apache.shiro.realm.jndi Support for acquiring Realms from JNDI, particularly useful for configuring Shiro in JEE or EJB environments. 
 

Uses of JndiLocator in org.apache.shiro.jndi
 

Subclasses of JndiLocator in org.apache.shiro.jndi
 class JndiObjectFactory<T>
          A factory implementation intended to be used to look up objects in jndi.
 

Uses of JndiLocator in org.apache.shiro.realm.jndi
 

Subclasses of JndiLocator in org.apache.shiro.realm.jndi
 class JndiRealmFactory
          Looks up one or more Realm instances from JNDI using specified jndiNames.
 



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