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