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

Packages that use JndiTemplate
org.apache.shiro.jndi Enables accessing objects located in JNDI that might be useful when configuring a Shiro-enabled application. 
 

Uses of JndiTemplate in org.apache.shiro.jndi
 

Methods in org.apache.shiro.jndi that return JndiTemplate
 JndiTemplate JndiLocator.getJndiTemplate()
          Return the JNDI template to use for JNDI lookups.
 

Methods in org.apache.shiro.jndi with parameters of type JndiTemplate
 void JndiLocator.setJndiTemplate(JndiTemplate jndiTemplate)
          Set the JNDI template to use for JNDI lookups.
 



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