Uses of Class
org.apache.shiro.jndi.JndiTemplate
Packages that use JndiTemplate
Package
Description
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 JndiTemplateModifier and TypeMethodDescriptionJndiLocator.getJndiTemplate()Return the JNDI template to use for JNDI lookups.Methods in org.apache.shiro.jndi with parameters of type JndiTemplateModifier and TypeMethodDescriptionvoidJndiLocator.setJndiTemplate(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.