Uses of Package
org.apache.shiro.jndi

Packages that use org.apache.shiro.jndi
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. 
 

Classes in org.apache.shiro.jndi used by org.apache.shiro.jndi
JndiCallback
          Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiLocator
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.apache.shiro.jndi used by org.apache.shiro.realm.jndi
JndiLocator
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
 



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